Releases: testomatio/pytestomatio
Releases · testomatio/pytestomatio
Release list
2.14.0-beta.0
Added Run artifacts support
2.13.0
2.13.0-beta.0
Added support for tags
2.12.0
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
2.11.0
2.11.0-beta.2
Added:
- "-- kind" option to choose type of testrun to be created
2.11.0-beta.1
Added:
- Compatibility with deprecated --test-id filter option
2.11.0-beta.0
Added:
- add_label, add_artifact, add_meta, link_test, link_jira user functions.
- Option to disable artifact uploading
2.10.3-beta.8
Misc:
- Added windows handling for bug fix from 2.10.3b7 release