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
Incase there are some scenarios that are skipped in the cucumber hooks and all the steps are skipped, the Jenkins Cucumber Report generated using the plugin marks these test cases as failed instead of skipped. Is there any configuration or alternate way to make these tests as pending/skipped instead of fail, something similar to setting 'setSkippedAsNotFailing' as true in POM configuration.
The text was updated successfully, but these errors were encountered:
Please note that skiped scenario is showing as failed in Jenkins using the Cucumber Report Plugin.
I was able to mark it as pass in the report generated within the project by adding the configuration in POM: 'setSkippedAsNotFailing' as true
sujithmathew93
changed the title
Skipped scenarios are marked as failure instead of Skipped status
Skipped scenarios are marked as failure instead of Skipped status in Jenkins Cucumber Report
May 5, 2022
Incase there are some scenarios that are skipped in the cucumber hooks and all the steps are skipped, the Jenkins Cucumber Report generated using the plugin marks these test cases as failed instead of skipped. Is there any configuration or alternate way to make these tests as pending/skipped instead of fail, something similar to setting 'setSkippedAsNotFailing' as true in POM configuration.
The text was updated successfully, but these errors were encountered: