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
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: