Hi,
CI systems like Jenkins can publish JUnit XML results out of the box.
It would be great if we could have a exporter for that format.
For a JUnit XML format specification see here: https://github.com/windyroad/JUnit-Schema.
Example how php-cs-fixer exports to JUnit format: https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/src/Report/JunitReporter.php
Hi,
CI systems like Jenkins can publish JUnit XML results out of the box.
It would be great if we could have a exporter for that format.
For a JUnit XML format specification see here: https://github.com/windyroad/JUnit-Schema.
Example how php-cs-fixer exports to JUnit format: https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/src/Report/JunitReporter.php