Forum Discussion
aurelien-reeves
4 years agoStaff
Hello,
Could you please give us more details for us to be able to reproduce your scenario?
Which cucumber are you using? Which version?
- KaranRaju4 years agoNew ContributorHi Reeves,
I am using cucumber 6.8.0 version.
Whenever I am executing in parallel threads using core.cli.main if an example under a scenario fails. All the examples in that scenario are treated as failed. Which is wrong. I am using scenario.getstatus(). Is there any way to determine each example status when running cucumber tests in parallel- aurelien-reeves4 years agoStaff
Do you confirm you are using cucumber-jvm (cucumber for java)?
Did you try updating to cucumber-jvm to the latest - at the moment 6.10.2?
If it is still happening, I would suggest to open an issue on cucumber-jvm issue tracker: https://github.com/cucumber/cucumber-jvm/issues
- KaranRaju4 years agoNew ContributorI just wanted to know whether there is any method to determine individual example status instead of scenario status.
Related Content
- 6 years ago
- 4 months ago