We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JUnit schema requires ISO8601 timestamps (https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd#L165).
Current implementation of the xunit reporter uses RFC1123 date stamps via toUTCString() (https://github.com/tapjs/tap-mocha-reporter/blob/master/lib/reporters/xunit.js#L65).
This could be fixed by using toISOString() instead.
Note: this bug exists in the mocha reporter as well Note 2: this would be a breaking change
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JUnit schema requires ISO8601 timestamps (https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd#L165).
Current implementation of the xunit reporter uses RFC1123 date stamps via toUTCString() (https://github.com/tapjs/tap-mocha-reporter/blob/master/lib/reporters/xunit.js#L65).
This could be fixed by using toISOString() instead.
Note: this bug exists in the mocha reporter as well
Note 2: this would be a breaking change
The text was updated successfully, but these errors were encountered: