Currently, only allure.attach and allure.attach.file functions are supported in allure-pytest-bdd. The following functions and decorators need to be supported as well:
- @allure.title decorator
- @allure.description decorator
- @allure.description_html decorator
- @allure.label decorator
- @allure.severity decorator
- @allure.epic decorator
- @allure.feature decorator
- @allure.story decorator
- @allure.suite decorator
- @allure.parent_suite decorator
- @allure.sub_suite decorator
- @allure.tag decorator
- @allure.id decorator
- @allure.manual decorator
- @allure.link decorator
- @allure.issue decorator
- @allure.testcase decorator
- allure.dynamic.title function
- allure.dynamic.description function
- allure.dynamic.description_html function
- allure.dynamic.label function
- allure.dynamic.severity function
- allure.dynamic.epic function
- allure.dynamic.feature function
- allure.dynamic.story function
- allure.dynamic.tag function
- allure.dynamic.id function
- allure.dynamic.link function
- allure.dynamic.parameter function
- allure.dynamic.issue function
- allure.dynamic.testcase function
- allure.dynamic.suite function
- allure.dynamic.parent_suite function
- allure.dynamic.sub_suite function
- allure.dynamic.manual function
Reactions are currently unavailable
Currently, only allure.attach and allure.attach.file functions are supported in allure-pytest-bdd. The following functions and decorators need to be supported as well: