Run and Show Results From Multiple Test Projects
Issue #106
wontfix
We have multiple production DLL's that each have their own DUnit2 test EXE. We would like to see all test results from all test project EXE's in TestInsight at the same time like we are used to with ReSharper or VS Test Explorer.
Preferably, we'd like to see the test project EXE names as top-level nodes in the TestInsight tree with the tests grouped under each test project.
Issue #82 & #87 are similar, but still only relate to running a single test project at a time.
Comments (2)
-
reporter -
repo owner - changed status to wontfix
- Log in to comment
As a workaround, I have an AllTestRunner.exe project I've added to my group project for the purpose of running all the "*Tests.exe" in the output folder.