allure-python icon indicating copy to clipboard operation
allure-python copied to clipboard

Can't see Test layer label in Allure TestOps

Open storenth opened this issue 2 years ago • 0 comments

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: layer-allure-testops

BTW, looks like Test layer labels doesn't parsed well under TestOps because I see it under output results: layer-allure-results

Test source example: layer-test

allure-pytest 2.9.45
pytest 7.1.1
Python 3.8.10

storenth avatar May 06 '22 09:05 storenth