Skip to content

Tags: allure-framework/allure-python

Tags

2.13.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace version comparison with duck-style checks (fix #802) (#803)

2.13.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add logs, stdout and stderr to the allure-pytest-bdd report (#801)

2.13.3

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fix compatibility with pytest 8.1 (#795)

2.13.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix historyId calculation by allure-pytest (fix #743, #744) (#745)

2.13.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix squashed results when using rerunfailures (fixes #735) (#736)

2.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor tests to use pytest as a test runner for all the packages (#732

)

2.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix allure_full_name parsing when square bracers is in param contents (

…fixes #622, via #708)

untagged-9a76b2659920f005cef9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix allure_full_name parsing when square bracers is in param contents (

…fixes #622, via #708)

2.11.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
No need to update fixtures in test teardown because all fixtures are …

…already finished at this moment and no way to run they again (#696)

2.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add @allure.manual decorator to simplify ALLURE_MANUAL=True label set…

…ting (#688)

* Added a decorator to simplify ALLURE_MANUAL=True label usage. Added tests for "allure.manual" decorator
* Add dynamic `manual` label

Co-authored-by: skhomuti <skhomuti@gmail.com>