phpunit icon indicating copy to clipboard operation
phpunit copied to clipboard

New XML-based logfile format

Open sebastianbergmann opened this issue 5 years ago • 1 comments

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.

sebastianbergmann avatar Jun 24 '20 14:06 sebastianbergmann

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?

ssontakke avatar Jun 30 '20 19:06 ssontakke