Understand the enhanced test log format
masterWhen using enhanced reporting, the GitHub Actions console logs will transition from a simple summary to a detailed per-test breakdown.
Enhanced log features include:
- Individual execution status (Passed/Failed) per test case.
- Execution duration (e.g.,
[2 ms]). - Detailed error messages (e.g.,
Assert.Equal() Failure). - Full stack traces for failed tests.
- A final
Test Run Summarycontaining totals for Passed, Failed, and Skipped tests.