Skip to content

Releases: allure-framework/allure-python

2.13.0

01 Mar 09:12
86cff25

Choose a tag to compare

  • Close test results in the pytest_runtest_protocol hook instead of pytest_runtest_logfinish (via #732) - @delatrie
  • Make behave and robotframework allure tag syntax less strict (via #732) - @delatrie
  • Mark test as skipped if pytest.exit is called from its fixture (via #732) - @delatrie
  • General allure.<link-type>[.<link-name>]:<link> syntax for allure links in robotframework test case files (via #732) - @delatrie
  • --clean-alluredir now removes all alluredir's content recursively in allure-pytest (fixes #470) (via #732) - @delatrie
  • Links added via allure.testcase and allure.dynamic.testcase now are correctly rendered by allure (fixes #448) (via #732) - @delatrie
  • Fix --allure-severities argument of allure-pytest (fixes #260, #261) (via #729) - @delatrie
  • Fix allure links with text specified with robotframework tags with <link type>:[<link text>]<URL> syntax (via #732) - @delatrie
  • Add --allure-label command line option to filter test cases by custom labels (implements #725) (via #690) - @betapl3b
  • Fix parameters parsing from "Scenario Outline" for pytest-bdd >= 5.0.0 (fixes #636) (via #716) - @janxen
  • Fix table data to csv conversion in allure-behave (via #718) - @delatrie
  • Remove old python2-related code and add python 3.11 support (via #715) - @delatrie
  • Fix failed doctest status reporting (via #709) - @delatrie

👀 Links

Commits since 2.12.0

2.12.0

23 Nov 07:51
ed3a676

Choose a tag to compare

👀 Links

Commits since 2.11.1

2.11.1

12 Oct 08:17
d0415af

Choose a tag to compare

  • Fix duplicated fixtures after 2.11.0 release (via #696) - @skhomuti
  • Failed fixtures don't break test name templating from fixture values (via #694) - @skhomuti

👀 Links

Commits since 2.11.0

2.11.0

06 Oct 12:10
cfb6395

Choose a tag to compare

  • Add @allure.manual decorator to simplify ALLURE_MANUAL=True label setting (via #688) - @betapl3b
  • Fix robot step status on not executed steps (via #687) - @skhomuti
  • Add allure plugin name (via #686) - @ShurikMen
  • Fix missing dynamic called fixtures in reports (via #637) - @ShurikMen

👀 Links

Commits since 2.10.0

2.10.0

22 Aug 06:27
a7a8aa1

Choose a tag to compare

👀 Links

Commits since 2.9.45

Release 2.9.45

15 Oct 08:21
f3e41d3

Choose a tag to compare

add inversion key and condition in select_by_testcase (via #634)

Release 2.9.44

29 Sep 20:23
1aae5ed

Choose a tag to compare

add python_requires directive to allure-python (via #599)

Release 2.9.43

02 Jun 18:17
9b0cde4

Choose a tag to compare

drop excluded tests by tags or test_plan.json (#593)

Release 2.9.42

24 May 09:04
a4e7f7f

Choose a tag to compare

fix redefined fixtures handling (via #592)

Release 2.8.41

19 May 12:42
b2e64d4

Choose a tag to compare

2.9.41

Add an ability to pass positional args as keyword (fixes #440) (#569)