Skip to content

Qase migration

Preconditions

JRE/JDK version

The machine (PC, Mac, or virtual machine) where you run the migration tool must have JRE or JDK version 21 or later installed.

TestOps version

WARNING

MIGRATION AVAILABLE FOR 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: