Test explorer improvements #1992
Replies: 5 comments 7 replies
-
Great feedback! cc'ing @farlee2121 for ideas/thoughts on these. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Another improvements that could be made is to add support for It allows you to rerun one, several or all the tests when your source code changes. This is great to get a fast feedback loop. |
Beta Was this translation helpful? Give feedback.
-
here also some feedback on menu improvements, seems we are missing "go to text" in C# tests in mixed slns (go to source of tests code) vs C# dev kit. #2010 |
Beta Was this translation helpful? Give feedback.
-
Another improvement I can see, is perhaps we could try to compact the tests tree. For example, when using
I get this tree: Having to click 7 times in order to access the actual test is annoying. What do you think about compacting the tree when a node only have a single children? In the example above it would give us something like:
I am just starting to explore the But I wanted to check with others maintainers of Ionide, if there was an interest in compacting the tree to make it easier to navigate. |
Beta Was this translation helpful? Give feedback.
-
I would have some points for the improvement of the test explorer
Group tests und the project they were found in
It would make a lot of sense to group the tests with the same project structure the solution has, this would enhance the readability of the tests
Partial or automatic refresh of the test explorer
The refresh of all the tests and build all the projects every time you change or add some tests for one project just makes no sense. If it is possible to check what changes were made and build the project accordingly this would improve performance dramatically or otherwise a partial refresh of the explorer would also help
Beta Was this translation helpful? Give feedback.
All reactions