context:
I use the retry mechanism (1x) if the test fails, it produces JSON with before and after retry, which means having 5 scenarios, 1 of them failed, it produces 6 items result In JSON cucumber (I'm using wdio-cucumberjs-json-reporter) with orders:
- scenario-1: passed
- scenario-2: failed
- scenario-2: passed
- scenario-3: passed
- scenario-4: passed
- scenario-5: passed
then I import using `/import/execution/cucumber` from XRay API. once it success in the test execution the status of the scenario-2 was failed
go to test details, on the results having 2 results 'failed' and 'passed'
why in the activity only changed 1 time for the status(?)
final status was failed
Should it change to Passed status since the last execution on the same test was Passed?
Welcome to the community.
I would suggest you contact our support for assistance here.
Best, Francisco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.