Deploy a (non-shared) test suite to a specification.
post/testsuite/deploy
Request body
specificationstring required
The API KEY identifying the target specification.
ignoreWarningsboolean
Whether test suite validation warnings should be ignored.
replaceTestHistoryboolean
Whether the test history linked to the test suite's test cases should be reset. This is the default setting to consider if no test case specific options are defined.
updateSpecificationboolean
Whether the specification's metadata should be updated using the provided test suite's content. For test cases' metadata this setting will be considered as the default, if no test case specific options are defined.
showIdentifiersboolean
Whether to return the test suite's contained and related identifiers upon successful deployment. These identifiers would be referenced when executing the test suite's tests through the REST API.
testSuitestring base64 required
The test suite archive to deploy provided as a Base64-encoded string.