mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
The [ESLint junit formatter](https://www.npmjs.com/package/eslint-junit) does not include a total time attribute for the root `<testsuites>` element.
6 lines
No EOL
212 B
XML
6 lines
No EOL
212 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<testsuites>
|
|
<testsuite package="org.eslint" time="0" tests="1" errors="0" name="test.jsx">
|
|
<testcase time="0" name="test.jsx" classname="test" />
|
|
</testsuite>
|
|
</testsuites> |