Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode test explorer integration #205

Open
SteveDesmond-ca opened this issue Jan 28, 2022 · 2 comments
Open

VSCode test explorer integration #205

SteveDesmond-ca opened this issue Jan 28, 2022 · 2 comments
Labels
feature Additional or changing functionality large More than a day's effort

Comments

@SteveDesmond-ca
Copy link
Member

As a VSCode user, I want to run my tests from within the app, so that I don't need to context switch between the terminal.

Acceptance criteria:

  • unit tests can run from within VSCode's test explorer

Probable prerequisite: #51

@SteveDesmond-ca SteveDesmond-ca added feature Additional or changing functionality large More than a day's effort labels Jan 28, 2022
@SteveDesmond-ca SteveDesmond-ca changed the title Add VSCode test explorer integration VSCode test explorer integration Jan 28, 2022
@Emeka-Ugbanu-hub
Copy link

I would love to help with this

@SteveDesmond-ca
Copy link
Member Author

Dug into this quite a bit last night and this morning, and it really doesn't seem feasible to make this fully-featured, given that the core runner expects tests to be already transpiled to JS. Given the number of possible permutations of ways to build tests, I think the best we can do at this point is to list the already-compiled tests and be able to run them from the Testing tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Additional or changing functionality large More than a day's effort
Projects
None yet
Development

No branches or pull requests

2 participants