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
What would you like the TestRail CLI to be able to do?
I'd like to be able to provide a flag at trcli runtime that caused the testcase on TestRail to be updated to match the local version derived from the XML input.
Why is this feature necessary on the TestRail CLI?
I want this because sometimes test cases change during development. Synchronizing a test description is simpler if the test case itself builds up the description or steps. This also eliminates a source of error in keeping the values aligned manually.
More details
Proposed behavior:
When the trcli tool is ran with a -u or --update flag...
trcli will examine the retrieved test cases against the matched internal TestRailCase representation objects.
If it detects a difference, it will prompt the user to see if they want to update the case on the TestRail host.
If the user confirms (or has also passed the autocreation flag), trcli will POST the representation to the TestRail host to update the case.
trcli behavior for non-matched cases will remain unchanged (creation)
Interested in implementing it yourself?
Yes
The text was updated successfully, but these errors were encountered:
What would you like the TestRail CLI to be able to do?
I'd like to be able to provide a flag at trcli runtime that caused the testcase on TestRail to be updated to match the local version derived from the XML input.
Why is this feature necessary on the TestRail CLI?
I want this because sometimes test cases change during development. Synchronizing a test description is simpler if the test case itself builds up the description or steps. This also eliminates a source of error in keeping the values aligned manually.
More details
Proposed behavior:
When the trcli tool is ran with a
-u
or--update
flag...trcli will examine the retrieved test cases against the matched internal TestRailCase representation objects.
If it detects a difference, it will prompt the user to see if they want to update the case on the TestRail host.
If the user confirms (or has also passed the autocreation flag), trcli will POST the representation to the TestRail host to update the case.
trcli behavior for non-matched cases will remain unchanged (creation)
Interested in implementing it yourself?
Yes
The text was updated successfully, but these errors were encountered: