New XML-based logfile format
I would like to introduce a --log-xml <file> CLI option as well as a <logging><xml outputFile="logfile.xml"/> XML configuration file setting to generate logfiles in a new XML format.information.
The goal of this is to have a XML-based test result format that we control. JUnit XML is outside of our control and not really a standard to begin with.
Would be good if we can export something related to the testsuites configuration from phpunit.xml.
My use case: Application with multiple teams working on it. I have test suites configured based on teams/modules/domains. On CD/CI server, I want testsuite-wise reporting. Right now only junit format supports our need.
I believe you are planning to go away from junit format and replace it with this?