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

Can't see the currently running test in Test Explorer #626

Closed
codito opened this issue Mar 17, 2017 · 3 comments
Closed

Can't see the currently running test in Test Explorer #626

codito opened this issue Mar 17, 2017 · 3 comments

Comments

@codito
Copy link
Contributor

codito commented Mar 17, 2017

(Created from #623).

Description

I can't see the active test being run. There are situations where I want to see the current test being run (both on the command line and in visual studio) so I can tell which one is hanging (if it hangs). It would have saved me so many hours if there was a simple way to show the active test being run in both the test explorer and on the command line.

While test explorer supports showing the current running test. Passed Tests or Failed Tests group shows first in the UI, followed by Not Run Tests. If the number of tests is high, the Not Run group can get easily outside the screen real estate of test explorer.

Is there a better way for user to get feedback on which test is running (if they have several thousand unit tests).

@codito
Copy link
Contributor Author

codito commented Mar 17, 2017

@davkean mentioned in #623 (comment)

I remember correctly about the "current" running test, I filed this back in VS 2012 when the Test Explorer was added, the reason they don't show current progress was the communication back to VS to update the "current" test was slowing down the test run. However, I really only want to see "current" when the test > a couple of seconds, by which case you could make it to only communicate "current" when running tests that takes a while.

@codito
Copy link
Contributor Author

codito commented Mar 17, 2017

@ckurt mentioned in #623 (comment)

6a. Please update the icon used for "test currently running". Ideally to an icon that moves, but at least to an icon that is not mainly green the same color indicating passed tests. This also make the currently running test very hard to find, especially if it is in a list of tests you already ran and passed.

@snkota
Copy link

snkota commented Nov 7, 2017

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