Unable to show disabled cucumber scenarios in Allure report as Skipped #1973
Unanswered
saihaemmadi
asked this question in
Questions & Support
Replies: 1 comment
-
We "struggled" with the same thing - and we came up with this solution (in Java): In one of the classes scanned by cucumber for Hooks, add such method:
In the feature file, apply the tag |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TestFramework: Cucumber with JUnit5
Issue: Disabled scenarios are not shown in allure report
Expected: Skipped/Disabled scenarios should be listed under skipped status in Allure report
Thanks in advance for looking into it.
Beta Was this translation helpful? Give feedback.
All reactions