Test case upload mode:
- Create new test cases and do not overwrite existing ones:
If test case not found, create a new test case within specified Test Case Path.
If test case found, do not update the test case.
Value for pipeline: CREATE_NO_UPDATE
- Create new cases and overwrite existing ones:
If test case not found, create a new test case within specified Test Case Path.
If test case found, update the test case.
Value for pipeline: CREATE_UPDATE
-
Do not create new cases and overwrite existing ones:
If test case not found, do not create a new test case and the corresponding test result will not be uploaded into TestRail.
If test case found, update the test case.
Value for pipeline: NO_CREATE_UPDATE
-
Do not create new cases and do not overwrite existing ones:
If test case not found, do not create a new test case and the corresponding test results will not be uploaded into TestRail.
If test case found, do not update the test case.
Value for pipeline: NO_CREATE_NO_UPDATE