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
<testsuite>
I'm looking to produce Junit XML similar to how vitest outputs it...
<testsuite name="src/components/example.test.ts" timestamp="2024-01-18T15:16:02.037Z" tests="7" failures="0" errors="0" skipped="0" time="0.008"> <testcase classname="src/components/example.test.ts" name="Example ... when ... returns 1" time="0.002"></testcase> <testcase classname="src/components/example.test.ts" name="Example ... when ... returns 2" time="0"></testcase> <testcase classname="src/components/example.test.ts" name="Example ... when ... returns 3" time="0"></testcase> <testcase classname="src/components/example.test.ts" name="Example ... when ... returns 4" time="0.001"></testcase> <testcase classname="src/components/example.test.ts" name="Example ... when ... returns 5" time="0"></testcase> <testcase classname="src/components/example.test.ts" name="Example ... when ... returns 6" time="0.001"></testcase> <testcase classname="src/components/example.test.ts" name="Example ... when ... returns 7" time="0"></testcase> </testsuite>
Does mocha-junit-reporter support this style of grouping? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm looking to produce Junit XML similar to how vitest outputs it...
Does mocha-junit-reporter support this style of grouping? Thanks!
The text was updated successfully, but these errors were encountered: