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
Running with spec reporter
$ npx mocha ./workflows/test.js --dry-run --reporter spec @016 Test ✔ #001 Step 1 ✔ #002 Step 2 ✔ #003 Step 3 ✔ #004 Step 4
Running with mocha-multi-reporters, using mocha-jenkins-reporter
$ npx mocha ./workflows/test.js --dry-run --reporter mocha-multi-reporters --reporter-option configFile=config.json @016 Test ✔ #001 Step 1: NaNms ✔ #002 Step 2: NaNms ✔ #003 Step 3: NaNms ✔ #004 Step 4: NaNms
This is the multi-reporter configuration:
{ "reporterEnabled": "mocha-jenkins-reporter, @mochajs/json-file-reporter", "mochaJenkinsReporterReporterOptions": { "junit_report_path": "test-results.xml", "junit_report_name": "Tests", "junit_report_stack": "1" }, "mochajsJsonFileReporterReporterOptions": { "output": "test-results.json" } }
When you use the spec reporter provided by this plugin, you get those NaNms durations.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running with spec reporter
Running with mocha-multi-reporters, using mocha-jenkins-reporter
This is the multi-reporter configuration:
When you use the spec reporter provided by this plugin, you get those NaNms durations.
The text was updated successfully, but these errors were encountered: