Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I have implemented cucumber test framework that executes scenarios in parallel.
Two XML reports are generated one for first run and another one for rerun. Bamboo junit parser fails the build if it finds any failed test cases in either of the reports.
Is it possible to override the verifying test results by junit parser?
I can’t remove the parser as I want the test case count in the summary after build is completed.
Cucumber reports plugin will take care of failing the build of there is still a failure after merging both the test results i.e from the first run and rerun.