1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 05:27:55 +01:00
test-reporter/__tests__
Jozef Izso d1de4d5f06
Support for the PHPUnit dialect of JUnit
Refactor PHPUnit support into separate phpunit-junit parser

Instead of modifying the Java JUnit parser, this creates a dedicated
PHPUnit parser that properly handles PHPUnit's nested testsuite elements.
This keeps the parsers cleanly separated and allows for future PHPUnit-
specific features.

Co-Authored-By: Matteo Beccati <matteo@beccati.com>
Co-Authored-By: Claude Code <noreply@anthropic.com>
2025-12-29 13:58:55 +01:00
..
__outputs__ Support for the PHPUnit dialect of JUnit 2025-12-29 13:58:55 +01:00
__snapshots__ Support for the PHPUnit dialect of JUnit 2025-12-29 13:58:55 +01:00
fixtures Support for the PHPUnit dialect of JUnit 2025-12-29 13:58:55 +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
phpunit-junit.test.ts Support for the PHPUnit dialect of JUnit 2025-12-29 13:58:55 +01: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