1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 05:27:55 +01:00
test-reporter/src
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
..
input-providers fixing lint 2023-09-22 20:42:28 +02:00
parsers Support for the PHPUnit dialect of JUnit 2025-12-29 13:58:55 +01:00
report Fix short summary formatting when a report title is present 2025-11-14 11:58:16 -05:00
utils Use types arguments in the downloadStream event handlers 2025-06-08 13:21:12 +02:00
main.ts Support for the PHPUnit dialect of JUnit 2025-12-29 13:58:55 +01:00
test-parser.ts Add support for loading test results from artifacts 2021-02-15 15:18:55 +01:00
test-results.ts fixing format 2023-09-22 20:44:42 +02:00