build allure report with only broken and failed tests #2797
Unanswered
RMukhametzyanov
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am using pytest + allure-2.32.0 (not allure testOps, only allure reporter)
I run tests on a huge amount of data, and sometimes I don't need passed tests, only failed/broken
ones. How do I get an allure report containing only failed or broken tests?
i using two commands:
for run:
pytest -v --alluredir=allure-results my_test.py
for report:
allure serve allure-results
if possible, can I get a step-by-step guide?
Beta Was this translation helpful? Give feedback.
All reactions