Releases: gurock/trcli
Releases · gurock/trcli
TR CLI 1.12.5
Added
- Added a new option --parallel-pagination for handling large test result uploads with optimized processing and improved error handling.
Fixed
- Fixed an issue where adding labels to project fails using label add command
- Fixed an issue where failed attachment upload errors (e.g. due to file size being too large) is not displayed in standard output.
- Fixed an issue where test cases are deleted in existing test runs with configs in a test plan
TR CLI 1.12.4
Fixed
- Fixed an issue where some empty API responses are blocked/treated as error due to stricter configuration checks.
TR CLI 1.12.3
Added
- Introduced new development workflow improvements to streamline the contributor and release process.
TR CLI 1.12.2
Added
- Allow adding references via parse_junit command using --test-run-ref #170
- Allow parse_junit to update existing test cases reference field from JUnit testrail_case_field properties
TR CLI 1.12.1
Added
- Added failed automated tests assignment using --assign option
Fixed
- Fixed an issue where JUnit parser fails to detect test case IDs at the beginning or it contains parentheses at the end of testcase names
TR CLI 1.12.0
Added
- Added Label management facility for Projects, Test Cases and Tests
- Added Reference management feature for cases using 'references cases' command and add_run command using --run-refs and --run-refs-action
Fixed
TR CLI 1.11.0
Added
- Added feature to optionally close test run using --auto-close-run in add_run command
- Added support for Start and End Date API changes for Test Runs and Test Plans
TR CLI 1.10.1
Fixed
- Fixed an issue where users can't upload test results due to TypeError encountered in get_suites API
TR CLI 1.10.0
Added
- Added support for custom test statuses when reporting successes and failures
- Refactor junit xml parsing for maintainability
- Added
CODE_OF_CONDUCT.mdto ensure respectful and inclusive collaboration - Introduced
SECURITY.mdfor reporting vulnerabilities and outlining responsible disclosure
Contributors
- 🎉 @unroma
TR CLI 1.9.14
Fixed
- Fixed an issue where test cases are not created in sections specified by --section-id
- Test cases not being added when using --case-ids in add_run module