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
We use Playwright for running our E2E tests and then upload the results to the TestRail. So far we were using --case-matcher "name" but since we are kicking off Automate-First initiative we would like to switch to default case matching mode so using automation_id field.
I did update the automation_id for our existing Test Cases however now on every run, the TestRail CLI is creating empty sections based on the testsuite name values even though all the test cases in the test suite are properly mapped to the existing TestRail's test cases in the different sections.
Desired behavior
Is there any way to skip creation of section when there are no new Test Cases or simply create sections only when Test Case is added?
More Details
No response
The text was updated successfully, but these errors were encountered:
TestRail CLI Version
1.9.5
CLI Environment
MacOS 14.4, Python 3.11.6
TestRail Version
TestRail v8.0.3 Default (3070)
TestRail Instance Type
Professional Cloud
Current behavior
We use Playwright for running our E2E tests and then upload the results to the TestRail. So far we were using --case-matcher "name" but since we are kicking off Automate-First initiative we would like to switch to default case matching mode so using automation_id field.
I did update the automation_id for our existing Test Cases however now on every run, the TestRail CLI is creating empty sections based on the
testsuite name
values even though all the test cases in the test suite are properly mapped to the existing TestRail's test cases in the different sections.Desired behavior
Is there any way to skip creation of section when there are no new Test Cases or simply create sections only when Test Case is added?
More Details
No response
The text was updated successfully, but these errors were encountered: