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

Any plans for test explorer? #690

Open
WhiteBlackGoose opened this issue Sep 1, 2022 · 4 comments
Open

Any plans for test explorer? #690

WhiteBlackGoose opened this issue Sep 1, 2022 · 4 comments

Comments

@WhiteBlackGoose
Copy link

Hi.

Are there any plans on making a test explorer out of this plugin? So that, you know, one could write and/or debug a specific test or selected tests, and the progress was visible.

@codeinabox
Copy link
Collaborator

Do you have an example to illustrate what you mean?

@WhiteBlackGoose
Copy link
Author

Sure. Basically it's an interface to interact with particular tests, to see which ones were successful/failed, and which were ran or not.

Here's a picture of what it looks like in Visual Studio:

image

@codeinabox
Copy link
Collaborator

If you run TestSuite it will output the result of the whole test suite and in theory that data could be parsed and the user presented with an explorer though easier said than done. In some ways this overlaps with #691 as both involve parsing and processing the output of the tests.

Currently there are no plans to implement either as the focus of this plug-in is making it easy to run tests and how the output of the tests are displayed is very much up to the user based on what strategy is selected, however a strategy that presents a test explorer is a possibility.

@Fabian-programmer
Copy link

I would love such feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants