Skip to content

Releases: allure-framework/allure-python

2.2.4b1

06 Dec 11:50
7793a70
Compare
Choose a tag to compare
2.2.4b1 Pre-release
Pre-release

Pytest

  • Add thread and host labels to pytest (fixes #86) (via #163)
  • Fix dynamic links (fixes #132 via #165)
  • Fix minor typos (via #167) tnx to @igogorek
  • Unicode ids (fixes #171 via #172)
  • Fix dynamic labels and links (fixes #170 via #173)
  • Fix finalizers after pytest update and remove py33 form supporters pythons (fixes #181 via #183) tnx to @ProSerg

Behave

Work with behave from master branch (aka 1.2.6) now (via #164)

All

  • Add URI_LIST attachment type. Use to attach clickable links to steps (via #168) tnx to @igogorek
  • Fixed enum34 dependency for py versions > 3.4 (via #177) tnx to @gelioz
  • Add pcap MIME type for report attachments (fixes #179 via #180) tnx to @jakehoskins

2.2.3b1

17 Oct 07:12
Compare
Choose a tag to compare
2.2.3b1 Pre-release
Pre-release

Behave

Now you can use allure steps in behave fixtures (fixes #128) (#160)

Pytest

Add status and trace to fixtures (#159)

All

fix UnicodeDecodeError when exception contains non-ascii characters (#158)

2.2.2b2

20 Sep 19:37
Compare
Choose a tag to compare
2.2.2b2 Pre-release
Pre-release

Behave

  • Fix hamcrest integration (#144)

All

  • Add framework name and python version labels (needs for statistic)

2.2.1b1

06 Aug 16:05
Compare
Choose a tag to compare
2.2.1b1 Pre-release
Pre-release

Behave

  • Support fixtures (fixes #116), see examples
  • Ability to attach user data in steps and fixtures (fixes #117), like this and this

Pytest

  • Fix attaching from parametrized test (fixes #101)
  • Fix index error in parametrzed tests (fixes #124)

2.1.1b1

23 Jul 14:37
Compare
Choose a tag to compare
2.1.1b1 Pre-release
Pre-release

Pytest

  • Show user defined pytest markers as tags
  • Filter test by labels without allure-dir option
  • Test description from docstring
  • Exclude filtered tests from report

2.1.0b1

09 Jul 16:46
Compare
Choose a tag to compare
2.1.0b1 Pre-release
Pre-release

Behave

  • Use keyword for scenarios without name #70
  • Add unicode support for features #69

Pytest

  • Support for non-ascii symbols in stacktrace and failure message #77 (tnx @RockBomber )
  • Fixed usage of function instead of its result as a dict key #79 (tnx @i-feofilaktov)
  • User defined labels and links #82
  • Add 'Epic' label type #85
  • Add 'Tag' label type

Commons

Ability to using allure decorators before plugins registration.

Add Behave integration

27 Jun 14:16
Compare
Choose a tag to compare
Pre-release

First public beta on PyPi

30 Mar 17:41
Compare
Choose a tag to compare
Pre-release

=)