Skip to content

Releases: devolo/pytest-adaptavist

pytest-adaptavist 5.3.0

25 Mar 13:55
09e6971
Compare
Choose a tag to compare

Added

  • blockif decorator

Fixed

  • The parameter for timeouts had a nasty typo

pytest-adaptavist 5.2.0

22 Mar 15:40
82913c1
Compare
Choose a tag to compare

Added

  • Choose an action and a message on timeout

Fixed

  • Docstrings of actions

pytest-adaptavist 5.1.4

22 Feb 12:01
1e08aa0
Compare
Choose a tag to compare

Fixed

  • Testcases which are skipped due to test_case_keys are no longer reported to adaptavist

pytest-adaptavist 5.1.3

14 Feb 14:17
7166652
Compare
Choose a tag to compare

Fixed

  • Fixed project key handling if set in global config and using the project marker

pytest-adaptavist 5.1.2

01 Feb 14:02
2ca33c0
Compare
Choose a tag to compare

Fixed

  • Handle xdist groups correctly (thx to @cataddict)
  • Handle project marker correctly

pytest-adaptavist 5.1.1

27 Jan 08:36
c0a3270
Compare
Choose a tag to compare

Fixed

  • Stack trace on failed assumptions is correct again.

pytest-adaptavist 5.1.0

21 Jan 12:12
1464657
Compare
Choose a tag to compare

Added

  • Blocked test cases comments now also get a badge

Changed

  • The date format in comments is formatted now as %Y-%m-%d %H:%M

Fixed

  • Summary urls are build up correctly
  • Prevent the same comment in testcases

pytest-adaptavist 5.0.1

30 Nov 07:38
13ac473
Compare
Choose a tag to compare

Fixed

  • We need a higher version of pytest-assume to use the hook pytest_assume_summary_report

pytest-adaptavist 5.0.0

24 Nov 07:40
54bd1ac
Compare
Choose a tag to compare

Added

  • New options restrict_user and restrict_branch to control reporting to tm4j
  • Exit the complete session on failure by using actions FAIL_EXIT_SESSION or STOP_EXIT_SESSION

Changed

  • At least Python 3.8 is required
  • BREAKING: Pretty option was removed. If you use it, please switch to pytest-pretty-terminal
  • BREAKING: Unless you use the new options, reporting is no longer restricted

Fixed

  • Attaching multiple files at a time now works as expected
  • Configuration values evaluated to False now work as expected
  • Integer configuration values now work as expected

pytest-adaptavist 4.0.7

24 Aug 12:46
28a7395
Compare
Choose a tag to compare

Fixed

  • Dependency "adaptavist" is pinned to a compatible version