Skip to content

Releases: gurock/trcli

TR CLI 1.12.5

09 Dec 10:34
d271ddd

Choose a tag to compare

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

03 Nov 07:09
1b4635e

Choose a tag to compare

Fixed

  • Fixed an issue where some empty API responses are blocked/treated as error due to stricter configuration checks.

TR CLI 1.12.3

31 Oct 02:51
b974833

Choose a tag to compare

Added

  • Introduced new development workflow improvements to streamline the contributor and release process.

TR CLI 1.12.2

16 Oct 06:55
c00104c

Choose a tag to compare

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

30 Sep 05:28
5f47156

Choose a tag to compare

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

11 Sep 14:41
cbe2be6

Choose a tag to compare

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

  • Fixed check_suite_id to handle paginated results by @cgeisel for issue: 332
  • Fixed test run detachment when updating a test run without --milestone-id by @pavse for issue: 340
  • Updated supported Click library to latest stable version 8.2.1

TR CLI 1.11.0

30 Jul 06:29
8805699

Choose a tag to compare

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

11 Jul 14:01
2a694be

Choose a tag to compare

Fixed

  • Fixed an issue where users can't upload test results due to TypeError encountered in get_suites API

TR CLI 1.10.0

02 Jul 08:37
61bdfe9

Choose a tag to compare

Added

  • Added support for custom test statuses when reporting successes and failures
  • Refactor junit xml parsing for maintainability
  • Added CODE_OF_CONDUCT.md to ensure respectful and inclusive collaboration
  • Introduced SECURITY.md for reporting vulnerabilities and outlining responsible disclosure

Contributors

TR CLI 1.9.14

19 Jun 06:59
5b4488d

Choose a tag to compare

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