You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.