Skip to content

Releases: allure-framework/allure-python

Release 2.5.2

20 Nov 07:18
90974e4

Choose a tag to compare

Pytest

Release 2.5.1

21 Aug 12:39
ddc7f5c

Choose a tag to compare

Pytest

  • default suite labels (fixes #197 via #275)
  • use index if name is not available for finalizer (fixes #282 fixes #278 via #284) tnx @Sup3rGeo
  • fixed bug when test is not inside any package (via #287) tnx @Sup3rGeo

Release 2.5.0

09 Jul 18:36
40d0910

Choose a tag to compare

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

18 Jun 11:12
9ee1032

Choose a tag to compare

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

13 Jun 09:59
1911542

Choose a tag to compare

Pytest

Robotframework

Behave

  • behave: do not report tests with --no-skipped option (fixes #211 fixes#142 via #249)

all commits here

Release 2.3.4b1

29 May 13:19
1929847

Choose a tag to compare

Release 2.3.4b1 Pre-release
Pre-release

Commons

Pytest

Release 2.3.3b1

21 May 10:12
0d28836

Choose a tag to compare

Release 2.3.3b1 Pre-release
Pre-release

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

29 Jan 21:32
07438c1

Choose a tag to compare

Release 2.3.2b1 Pre-release
Pre-release

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

15 Jan 09:12
43cb1db

Choose a tag to compare

Release 2.3.1b1 Pre-release
Pre-release

Pytest

  • Ability to set title, description and html description for test (fixes#145 via #192)

All

  • Fix MIME type for HTML attachment (via #187) tnx to @SUNx2YCH
  • Fix package name for paths with dots and non-slash separators (fixes #146 via #190) tnx to @KillAChicken
  • Fix multilpie links (fixes #191 via #193)

2.2.4b1

06 Dec 11:50
7793a70

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