allure-framework / allure-python

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

Add @allure.manual decorator to simplify ALLURE_MANUAL=True label setting #688

Closed betapl3b closed 2 years ago

betapl3b commented 2 years ago

Context

[//]: # ( Describe the problem or feature in addition to a link to the issues ) For now, to mark your test case as a manual, you need to use decorator @allure.label("ALLURE_MANUAL", True). This thing is not intuitive and not even stated in documentation.

This PR is adding @allure.manual decorator which is replacing this usage.

Checklist

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

skhomuti commented 2 years ago

@betapl3b thanks!