-
-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
Description
Problem Statement
The summary that TUnit generates during GitHub Actions runs is great, but very hard to read when using microservices. With microservices, I mean we have a bunch of test projects that we all run with a single dotnet run command. The resulting summary looks like this:
This list just goes on and on. If one test fails, good luck finding the details ^^
Proposed Solution
Ideally, these individual groups are joined into one. So we would have one list of tests run, with how many were successful and how many failed, with a single detail list. Alternatively, one could change the display to match how the trx test reporter does it. Here is a screenshot for inspiration:
Alternatives Considered
No response
Feature Category
Test Output / Reporting
How important is this feature to you?
Nice to have - would improve my experience
Additional Context
No response
Contribution
- I'm willing to submit a pull request for this feature
Reactions are currently unavailable