Consolidated HTML Test Report for Solutions with Multiple Test Projects #6408
b564518128
started this conversation in
General
Replies: 1 comment
|
You could create an orchestrating project - add project references to all your other test suites, and then run that. That should give you a combined html report. The tricky part with running against a solution is that it spawns a different process per test suite, so one process can't tell what another is doing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am wondering if TUnit is able to output a consolidated html report for the solution if it runs against the solution rather than one report each for test projects. Currently, the only solution I can find to get a consolidated report is to output report in junit or trx format and using
reportgeneratortool to generate the html. However, I really like the aesthetics of the html generated by TUnit natively.All reactions