Skip to content

Qase migration

WARNING

MIGRATION AVAILABLE FOR ALLURE TESTOPS VERSION > 4.26.0

Preparation steps

  1. Export your Qase test cases as json in format.
  2. Use this example to configure migration.

Configuration file example

Create the json file with content like:

json

{
  "type": "qase-json",
  "debug": true,
  "allureConfig": {
    "endpoint": "http://localhost:3000/",
    "token": "bde7d9da-37b2-4149-b2a1-f900676cb1f6",
    "projectId": 18,
    "migrationTagPrefix": "qase",
    "folderCfPrefix": "Folder"
  },
  "qaseJsonConfig": {
    "path": "/path/qase_json/data.json"
  }
}

Configuration parameters

NameMandatoryDescriptionExample
commonPropertiesyessee description here
allureConfigyessee description here
qaseJsonConfig.pathyesAbsolute path to JSON file with export from Qase

Last updated: