JUnit log parser
JUnitLogParser is written by PHP. It can be used to parse logs generated by PHPUnit.
JUnitLogParser requires PHP 7.0+.
JUnitLogParser is well tested only on linux systems, other systems (like: Windows) do not guarantee normal operation.
- Get test results for any test suite
composer require razesoldier/junit-log-parser
The entry for JUnitLogParser is RazeSoldier\JUnitLogParser\Parser
, the interface are here.