Can you remove parts of the suite hierarchy when using allure-pytest? #2525
Unanswered
rsoper
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
-
Our test layout is:
tests(dir)
--test_module.py
----TestModuleClass
------TestCase1
The allure report shows tests with that same structure with parent suite showing as tests directory, the suite as the module, and the class as the sub suite. What Id like to do is completely remove the parent suite and suite from the allure report if possible. Is there a built in way to do this that I'm just not seeing in the docs?
Beta Was this translation helpful? Give feedback.
All reactions