-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Labels
Area: MTPBelongs to the Microsoft.Testing.Platform core libraryBelongs to the Microsoft.Testing.Platform core libraryArea: Terminal reporter
Milestone
Description
When using MTPv2 in GitHub Actions, the output contains a lot of garbage that makes it difficult to read the log. For example, a single assembly occurs multiple times:
Compare that with VSTest, which just logs a clear single line:
Is there a way to produce a clean output in the log on GitHub Actions? Such as per assembly/framework:
- Number of tests passed/failed/skipped
- Each failed test with its name and stack trace
Metadata
Metadata
Assignees
Labels
Area: MTPBelongs to the Microsoft.Testing.Platform core libraryBelongs to the Microsoft.Testing.Platform core libraryArea: Terminal reporter