allure-framework / allure-python

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

Add support allure decorators (not all) for allure-pytest-bdd (fixes #726) #818

Open fantom0005 opened 1 month ago

fantom0005 commented 1 month ago

Context

Add Allure Decorators Support for Tests

This pull request introduces the ability to use Allure decorators for test cases in pytest-bdd. These decorators are essential for auto-documentation and integration with Allure Test Ops.

Currently Working Decorators:
Non-Working Decorators:

I propose to fix the remaining decorators and dynamic labels in subsequent pull requests.

Thank you for reviewing!

Checklist