test-reporter/__tests__
Jozef Izso c89704a410
Add integration tests for fail-on-error and fail-on-empty scenarios (#217)
Add workflow and fixtures to test the behavior of fail-on-error and
fail-on-empty parameters across different scenarios:

- Passing tests with fail-on-error true/false
- Failing tests with fail-on-error true/false
- Empty results with fail-on-empty true/false

Scenario 4 (failing tests + fail-on-error=false) is expected to fail
until issue #217 is fixed, documenting the bug where check conclusion
shows 'success' even when tests fail.

The workflow outputs a GitHub Actions summary with a markdown table
showing all test results.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-14 15:11:36 +01:00
..
__outputs__ Enhance pytest support 2025-11-15 11:55:41 -05:00
__snapshots__ Enhance pytest support 2025-11-15 11:55:41 -05:00
fixtures Add integration tests for fail-on-error and fail-on-empty scenarios (#217) 2025-12-14 15:11:36 +01:00
report Fix badge encoding for values including the _ underscore character 2025-11-05 22:54:32 +01:00
utils Upgrade jest to v30 2025-06-29 16:55:36 +02:00
dart-json.test.ts Update all tests 2025-05-17 13:37:38 +02:00
dotnet-nunit.test.ts Update all tests 2025-05-17 13:37:38 +02:00
dotnet-trx.test.ts Fix code formatting in the dotnet-trx.tests.ts file 2025-07-09 16:00:13 +02:00
golang-json.test.ts Correct behavior for test cases with slashes 2025-05-17 13:42:38 +02:00
java-junit.test.ts Update all tests 2025-05-17 13:37:38 +02:00
java-stack-trace-element-parser.test.ts fix(java-junit): parse StackTraceElement with custom classloader 2022-11-19 22:17:15 +02:00
jest-junit.test.ts Fix short summary formatting when a report title is present 2025-11-14 11:58:16 -05:00
mocha-json.test.ts Update all tests 2025-05-17 13:37:38 +02:00
python-xunit.test.ts Enhance pytest support 2025-11-15 11:55:41 -05:00
rspec-json.test.ts Update all tests 2025-05-17 13:37:38 +02:00
swift-xunit.test.ts Update all tests 2025-05-17 13:37:38 +02:00