allure-python
allure-python copied to clipboard
Can't see Test layer label in Allure TestOps
I am facing with the next issue while add label layer
:
@allure.label("layer", "UI Tests")
def test_search_words_selection(self, custom_page):
pass
I need provide TestOps with the filter ability:
BTW, looks like Test layer labels doesn't parsed well under TestOps because I see it under output results:
Test source example:
allure-pytest 2.9.45
pytest 7.1.1
Python 3.8.10