-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
New FeatureNew feature or requestNew feature or requestSprint PlanningThe ticket is added to the Sprint Planning backlogThe ticket is added to the Sprint Planning backlog
Description
What would you like the TestRail CLI to be able to do?
I want to be able to update the reference of the test run when uploading test results from CI.
Why is this feature necessary on the TestRail CLI?
Seeing that the test case references can be updated by uploading the test report, I find it kind of strange why we can't update the test run's reference. Because linking a test run to a ticket is then automated and I do not have to manually edit the test run & add the reference in order to view the test run results on a Jira ticket. For developers and project managers who do not have access to TestRail, this is a game changer.
More details
Adding it to the script would be perfect:
trcli -y \
-h "https://testrail.net" \
--project "Integration Project" \
parse_junit -f "e2e/results.xml" \
--title "Playwright Automated Test Run ($BRANCH_NAME)" \
--case-matcher "name" \
--test-run-ref "$TICKET_REF"
Interested in implementing it yourself?
Maybe, let's talk!
Metadata
Metadata
Assignees
Labels
New FeatureNew feature or requestNew feature or requestSprint PlanningThe ticket is added to the Sprint Planning backlogThe ticket is added to the Sprint Planning backlog