Skip to content

Releases: devolo/pytest-adaptavist

pytest-adaptavist v5.8.0

13 Oct 10:43
2962f83
Compare
Choose a tag to compare

Added

  • Allow attaching StringIO objects

Fixed

  • Tests are now skipped, if an invalid test cycle is configured
  • Tests are now skipped, if the Jira credentials are wrong

pytest-adaptavist v5.7.3

07 Jun 12:02
85cb28a
Compare
Choose a tag to compare

Fixed

  • Jira cycle information are build correctly again

pytest-adaptavist 5.7.2

07 Jun 09:05
900b145
Compare
Choose a tag to compare

Fixed

  • Jira settings are also properly defined to avoid warnings

pytest-adaptavist 5.7.1

07 Jun 06:30
85bb70a
Compare
Choose a tag to compare

Fixed

  • Settings are properly defined to avoid warnings

pytest-adaptavist 5.7.0

31 May 13:36
9731a62
Compare
Choose a tag to compare

Added

  • Define settings in pytest.ini as alternative to global_config.json

pytest-adaptavist 5.6.2

30 May 08:30
2d23b64
Compare
Choose a tag to compare

Fixed

  • Fix item collection in case no test cases are selected

pytest-adaptavist 5.6.1

24 May 07:33
9651439
Compare
Choose a tag to compare

Fixed

  • Fixed simultaneously use of test_case_keys in config and --append-to-cycle

pytest-adaptavist 5.6.0

17 May 13:10
215ed4e
Compare
Choose a tag to compare

Added

  • Add support for appending not attached testcases to a test run if the test cycle key is given. Use it with the option '--append-to-cycle'

Deprecated

  • --test_run_name is deprecated now and will be removed in pytest-adaptavist 6. Use --test-cycle-name instead
  • --test_plan_name is deprecated now and will be removed in pytest-adaptavist 6. Use --test-plan-name instead

pytest-adaptavist 5.5.0

26 Apr 12:59
9568505
Compare
Choose a tag to compare

Added

  • Add support for test case decorator

pytest-adaptavist 5.4.0

04 Apr 10:34
607c1d8
Compare
Choose a tag to compare

Added

  • Define test run and test plan names in pytest.ini