allure-framework / allure-python

Allure integrations for Python test frameworks
https://allurereport.org/
Apache License 2.0
725 stars 237 forks source link

Can't see Test layer label in Allure TestOps #658

Closed storenth closed 1 year ago

storenth commented 2 years ago

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
delatrie commented 1 year ago

You need to set up the layer mapping first. Please, refer to this manual on how to do that. Once it's done you will be able to see the layer next to a test name or apply a layer-based filter after you update your tests (with a launch or manually).

I'm closing the issue because it falls outside of this repository scope. If you are still having troubles, please, consider either starting a discussion or opening a support ticket.