Appearance
Qase migration
WARNING
MIGRATION AVAILABLE FOR ALLURE TESTOPS VERSION > 4.26.0
Preparation steps
- Export your Qase test cases as json in format.
- 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
Name | Mandatory | Description | Example |
---|---|---|---|
commonProperties | yes | see description here | |
allureConfig | yes | see description here | |
qaseJsonConfig.path | yes | Absolute path to JSON file with export from Qase |