Releases: allure-framework/allure-python
Releases · allure-framework/allure-python
Release 2.5.0
Pytest
- escape non-unicode symbols in messages and stacktraces (fixes #186 via #256) tnx @ehborisov
- order param list according to function signature (via #270) tnx @Sup3rGeo
- add PDF type in order to allow PDF attachments (via #265) tnx @hosniadala-dt
- integrate pytest-rerunfailures (closes # 121 via #272)
Robotframework
- use robot for self tests (via #259)
- allure library (fixes #257 closes #258 via #262)
- outside steps handling (via #267)
- robot severity (via #268)
all commits here
Release 2.4.1
Behave
- use native name for scenario outlines (fixes #212 via #253)
Robotframework
- add stat labels (via #251)
Commons
- use six for version info (fixes #252 via #254)
all commits here
Version 2.4.0
Pytest
Robotframework
Behave
- behave: do not report tests with --no-skipped option (fixes #211 fixes#142 via #249)
all commits here
Release 2.3.3b1
Pytest
- error report refactoring (fixes #205 fixes #201 fixes #169 via #208)
- fix wrong attachments for parameterized tests (fixes #207 fixes #223 via #228)
Behave
- fix scenario status reporting (#226)
All
- add py3.6 environment (#225)
Release 2.3.2b1
Pytest
- support template for display name (fixes #196 via #199)
- fix dynamic issue (fixes #198 via #200)
- fix unregister pytest plugin (fixes #202 via #203)
Release 2.3.1b1
Pytest
- Ability to set title, description and html description for test (fixes#145 via #192)
All