...
Form Data parameters | Description | Default | ||
---|---|---|---|---|
file | File [results.xml] | Mandatory | ||
createNewRun | Helps control the creation of new runs for repeating tests in a suite execution. Repeating tests may be due to data driven cases or multiple invocation cases. | true | ||
addCaseToCycle | If mapped case is not already existing in the cycle being executed, adds the case to the cycle and reports results for the case.
| true | ||
createCase | For cases where no key or automation key is found in AIO Tests, if createCase is set to true, a new case is created and added to cycle. | |||
updateDatasets | Only impacts tests based on datasets. If set to true, it adds/removes datasets from data driven tests. Can be set to false in retries where subset of datasets only may have been executed. | |||
forceUpdateCase | Only applies to Robot cases that include steps. Set to false to prevent steps from being updated from results file. Helpful if users dont want to update the steps from the file. | false | ||
defaultFolder | Assist users in configuring the folder ID to designate the default folder for cases generated via import. |
Explanation of Response :
...