Skip to content

Commit

Permalink
Improve alternative test of images showing test-reporter generated …
Browse files Browse the repository at this point in the history
…content
  • Loading branch information
Jozef Izso committed Jun 8, 2025
1 parent c4b9a11 commit 3a1ec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This [Github Action](https://github.com/features/actions) displays test results
✔️ Provides final `conclusion` and counts of `passed`, `failed` and `skipped` tests as output parameters

**How it looks:**
|![Test results summary showing FluentValidation test run with all tests passed, including details such as test file names, number of passed, failed, and skipped tests, and execution times. The interface is dark-themed and displays a green badge indicating 3527 passed and 4 skipped tests.](assets/fluent-validation-report.png)|![Provider error summary panel listing failed tests with error messages, file paths, and line numbers. The summary uses a dark background and highlights errors in red for quick identification.](assets/provider-error-summary.png)|![Provider error details panel showing a specific test failure with a detailed error message, stack trace, and code annotation. The environment is consistent with GitHub Actions UI, focusing on clarity and accessibility.](assets/provider-error-details.png)|![Mocha test groups report displaying grouped test results with counts of passed, failed, and skipped tests. The table format and color-coded badges help users quickly assess test suite health.](assets/mocha-groups.png)|
|![Summary showing test run with all tests passed, including details such as test file names, number of passed, failed, and skipped tests, and execution times. The interface is dark-themed and displays a green badge indicating 3527 passed and 4 skipped tests.](assets/fluent-validation-report.png)|![Summary showing test run with a failed unit test. The summary uses a dark background and highlights errors in red for quick identification.](assets/provider-error-summary.png)|![GitHub Actions annotation showing details of a failed unit test with a detailed error message, stack trace, and code annotation.](assets/provider-error-details.png)|![Test cases written in Mocha framework with a list of expectations for each test case. The table format and color-coded badges help users quickly assess test suite health.](assets/mocha-groups.png)|
|:--:|:--:|:--:|:--:|

**Supported languages / frameworks:**
Expand Down

0 comments on commit 3a1ec87

Please sign in to comment.