How do I properly work with Allure decorators? #1811
SergeyGuschin
started this conversation in
General
Replies: 2 comments
|
For running SeleniumBase tests with Allure Reports:
Here's how that report looks for See https://docs.qameta.io/allure/#_pytest for more info on using Allure with pytest. As for Allure decorators, you should check with them about it, given that it is off-topic and not part of SeleniumBase directly. |
0 replies
|
Thanks again for your quick help. I used to do everything you suggested in the answer. But my problem was that I opened the report with the wrong command )))) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello Michael. Thank you again for the great work you've done. I have a question about allure decorators. How can I properly do them in scripts? When I try to generate and run the allure report I have zero cases in it. Thank you.
All reactions