Is there a way to use cucumber tags in allure reporting and categorise based on these tags #2016
varune
started this conversation in
General Discussion
Replies: 1 comment
-
Yes, this is really required as to segregate the tests based on the tags (cucumber) & report the metrics of how many passed / failed. We have the allure report with the tags embedded on the scenario/test, it would be good to click on the tag & aggregate/group all the tests tagged as that tag to view the report. Thanks! Basically anchor the tags to its tests. |
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
-
We have tags mentioned for scenarios in cucumber feature files.
Now we are looking to show results based on these tags in execution results report.
Currently, we have integration with allure report and we are looking to have results categorised based on labels.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions