Skip to content

Tags: PythonNexus/allure-python

Tags

2.13.5

Toggle 2.13.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace version comparison with duck-style checks (fix allure-framewo…

…rk#802) (allure-framework#803)

2.13.4

Toggle 2.13.4's commit message

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 (allure-f…

…ramework#801)

2.13.3

Toggle 2.13.3's commit message

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 (allure-framework#795)

2.13.2

Toggle 2.13.2's commit message

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 allure-framework#743, a…

…llure-framework#744) (allure-framework#745)

2.13.1

Toggle 2.13.1's commit message

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 allure-framework…

…#735) (allure-framework#736)

2.13.0

Toggle 2.13.0's commit message

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 (a…

…llure-framework#732)

2.12.0

Toggle 2.12.0's commit message

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 allure-framework#622, via allure-framework#708)

untagged-9a76b2659920f005cef9

Toggle untagged-9a76b2659920f005cef9's commit message

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 allure-framework#622, via allure-framework#708)

2.11.1

Toggle 2.11.1's commit message

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 (allure-framework#696)

2.11.0

Toggle 2.11.0's commit message

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 (allure-framework#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>