You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
We are running cucumber tests using wdio-cucumber-framework and generate junit repot using wdio-junit reporter.
Below are the reporter settings junit: { outputDir: './test/reports/junit', outputFileFormat: function(opts) { // optional returnresults-${opts.cid}.${opts.capabilities}.xml; },
After a scenario is executed, it gets reported are test suite and given when then steps get reported as testcases. Scenario should be reported as test case and given when then info can be part of the test case. Problem with scenario having as test suites is that in jenkins trends, aging is report on failure of steps rather that failure of scenarios
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are running cucumber tests using wdio-cucumber-framework and generate junit repot using wdio-junit reporter.
Below are the reporter settings
junit: { outputDir: './test/reports/junit', outputFileFormat: function(opts) { // optional return
results-${opts.cid}.${opts.capabilities}.xml; },
After a scenario is executed, it gets reported are test suite and given when then steps get reported as testcases. Scenario should be reported as test case and given when then info can be part of the test case. Problem with scenario having as test suites is that in jenkins trends, aging is report on failure of steps rather that failure of scenarios
The text was updated successfully, but these errors were encountered: