Appearance
Common properties
Example of the common properties configuration section
Here is a part of the configuration related to the common configuration parameters of the migration script.
Please read carefully comments for the parameters description.
json
{
"type": "<migration type>",
"debug": true,
"requestLog": false,
"requestBodyLog": false,
"withMigrationTag": false,
"allureConfig": {
...
}
"<tms migration properties>": {
...
}
}
allureConfig
section is described here.tms migration properties
are described in appropriate sections and depend on the source TMS
Common params descriptions
Name | Mandatory | Description | Example |
---|---|---|---|
type | yes | A constant value always should be one from list: testrail zephyr zephyr-cloud tm4j tm4j-cloud rtm-cloud xray xray-cloud testops testit alm-json testlink-xml testrail-xml | testrail |
debug | no | Boolean flag to enable/disable debug log | true |
requestLog | no | Boolean flag to enable/disable requests debug log | false |
requestBodyLog | no | Boolean flag to enable/disable http requests body log | false |
withMigrationTag | no | !!! DO NOT USE DURING FIRST MIGRATION Works only for testrail migration.If you want to migrate only one time set his parameter as false. If you set this parameter to false: the special tag “migration:tms-id” will not be provided. All migration will always create a new test case on TestOps side. All links between the tests won't be available. !!! |