Skip to content

Releases: allure-framework/allure-python

Release 2.8.12

17 Mar 19:01
b6a166c
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix behave hooks by adding Configuration object instead of dict (via #479) - @middagj

👀 Links

Commits since 2.8.11

2.8.11

24 Feb 11:47
7eb32e5
Compare
Choose a tag to compare
  • add attachment to an allure report for allure-pytest-bdd (via #469) - @fundakol

👀 Links

Commits since 2.8.10

Release 2.8.10

11 Feb 07:30
4255c5c
Compare
Choose a tag to compare

👀 Links

Commits since 2.8.9

Release 2.8.9

04 Feb 20:09
f8f36cc
Compare
Choose a tag to compare
fix scenario outline status (fixes #455 via #462)

2.8.8

04 Feb 20:03
f8f36cc
Compare
Choose a tag to compare

🐞 Bug Fixes

  • fix for 'allure-pytest-bdd' report marks feature as 'Fail' even when all steps pass (via #462) - @fundakol

👀 Links

Commits since 2.8.7

Release automation

25 Jan 18:22
e54b92c
Compare
Choose a tag to compare
2.8.7

release automation (via #459)

Release 2.7.0

23 Jul 13:54
3122776
Compare
Choose a tag to compare

Pytest

  • custom suite labels for pytest (fixes #46 via #395)
  • fix pytest markers warning (fixes #381 via #397)

2.6.5...2.7.0

Release 2.6.5

23 Jul 13:51
bb83304
Compare
Choose a tag to compare

Pytest

Robotframework

2.6.4...2.6.5

Release 2.6.4

30 May 10:48
ddae117
Compare
Choose a tag to compare

Behave

  • add allure wrapper for environment.py (fixes #321 fixes #378 via #383)

Release 2.6.3

12 May 13:58
4cd702c
Compare
Choose a tag to compare

Pytest

  • do not attach empty logs (via #373)
  • fix xdist keyerror (fixes #368 via #372)

Robotframework

  • support for Allure links in RobotFramework integration (via #371), tnx @rostrovsky