Skip to content

TR CLI 1.14.0

Choose a tag to compare

@acuanico-tr-galt acuanico-tr-galt released this 01 Apr 11:27
· 10 commits to main since this release
1541561

Added

  • Enhanced parse_junit command: Added --special-parser multisuite which allows users to create and/or update a single test plan with one run per suite from a single JUnit XML report. Resolves: #348
  • Enhanced add_run command: Added new options to clear run's attributes (description, run and start date, milestone and case selection) when updating runs.

Fixed

  • Fixed attachment upload failure when adding results to empty test runs. Attachments now upload correctly by using direct case_id to result_id mapping instead of fetching tests from the run. Resolves: #404
  • Fixed an issue where case selection cannot be properly updated if the run is added using add_run command.