Skip to content

Releases: testomatio/pytestomatio

2.14.0-beta.0

2.14.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@AenEnlil AenEnlil released this 02 Jul 12:40

Added Run artifacts support

2.13.0

Choose a tag to compare

@AenEnlil AenEnlil released this 01 Jul 12:46
ea5db17

What's Changed

Full Changelog: 2.12.0...2.13.0

2.13.0-beta.0

2.13.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@AenEnlil AenEnlil released this 25 Jun 10:50

Added support for tags

2.12.0

Choose a tag to compare

@AenEnlil AenEnlil released this 15 May 08:11

What's Changed

Features:

  • Attach Jira Issue to Run by @AenEnlil in #61
  • Allow to create empty Run of specified kind by @AenEnlil in #82
  • Advanced Steps reporting configuration. Steps for passed tests is disabled by default, but can be enabled through ENV var. by @AenEnlil in #63
  • Option to enable logs for passed tests by @AenEnlil in #70
  • Option to create tests from report by @AenEnlil in #73
  • Allow to exclude tests from report by glob pattern by @AenEnlil in #74
  • New filters by @AenEnlil in #75
  • Dotenv support by @AenEnlil in #76
  • Implemented user functions to assign label, jira, add meta, artifacts and testlinks to Test by @AenEnlil in #81

Bugs:

  • Fixed test id duplication on sync for tests with same name in different files @AenEnlil in #80
  • Fixed pytest_bdd reporting parametrised tests by @AenEnlil in #41

Other:

Full Changelog: 2.10.2...2.12.0

2.11.1

Choose a tag to compare

@AenEnlil AenEnlil released this 10 Mar 10:15

Changes:

  • Updated TESTOMATIO_PROCEED logic with xdist plugin. Now run id cleared only from main process

2.11.0

Choose a tag to compare

@AenEnlil AenEnlil released this 02 Mar 09:31
580fe9b

Changes:

  • Imroved handling logic for forbidden/revoked API token
  • Implemented batch test report
  • Added Steps feature

2.11.0-beta.2

2.11.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@AenEnlil AenEnlil released this 16 Nov 18:20

Added:

  • "-- kind" option to choose type of testrun to be created

2.11.0-beta.1

2.11.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@AenEnlil AenEnlil released this 02 Nov 18:03

Added:

  • Compatibility with deprecated --test-id filter option

2.11.0-beta.0

2.11.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@AenEnlil AenEnlil released this 23 Oct 11:55

Added:

  • add_label, add_artifact, add_meta, link_test, link_jira user functions.
  • Option to disable artifact uploading

2.10.3-beta.8

2.10.3-beta.8 Pre-release
Pre-release

Choose a tag to compare

@AenEnlil AenEnlil released this 19 Oct 16:01

Misc:

  • Added windows handling for bug fix from 2.10.3b7 release