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
I use the following command to generate xml file:
mocha-parallel-tests src/**/*.spec.js --reporter mocha-jenkins-reporter --reporter-option junit_report_path=report.xml
But the report file has misformatted classname (note the leading space character):
<testcase classname=" /nc/v1/routing/routeDiffusion" name="test route diffusion server basic" time="0.119"> </testcase>
If I use 'mocha' instead, there is no such problem
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
I use the following command to generate xml file:
But the report file has misformatted classname (note the leading space character):
If I use 'mocha' instead, there is no such problem
The text was updated successfully, but these errors were encountered: