Skip to content

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
    • here are the descriptions for API2API migrations
    • here are the descriptions for File2API migrations

Common params descriptions

NameMandatoryDescriptionExample
typeyesA 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
debugnoBoolean flag to enable/disable debug logtrue
requestLognoBoolean flag to enable/disable requests debug logfalse
requestBodyLognoBoolean flag to enable/disable http requests body logfalse
withMigrationTagno!!! 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. !!!

Last updated: