Skip to content

Ability to update the test run references #170

@RiceChrisPeace

Description

@RiceChrisPeace

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

No one assigned

    Labels

    New FeatureNew feature or requestSprint PlanningThe ticket is added to the Sprint Planning backlog

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions