Appearance
Cucumber Studio migration
WARNING
MIGRATION AVAILABLE FOR ALLURE TESTOPS VERSION > 4.26.0
Configuration file example
Create the json file with content like:
json
{
"type": "cucumber-studio",
"debug": true,
"allureConfig": {
"endpoint": "https://demo.testops.cloud/",
"token": "b70584ae-c845-483e-b19d-11b6b903b37f",
"sslTrustAll": true,
"projectId": 28,
"migrationTagPrefix": "cs",
"folderCfPrefix": "Folder"
},
"cucumberStudioConfig": {
"endpoint": "https://studio.cucumber.io/",
"accessToken": "hqmGS9MMiipi4-viRWl",
"client": "oHpXZN_112pE-8qoUo",
"uid": "asd@asd.com",
"sslTrustAll": true,
"projectId": "434544"
}
}
Configuration parameters
Name | Mandatory | Description | Example |
---|---|---|---|
commonProperties | yes | see description here: Common properties | |
allureConfig | yes | see description here: Allure TestOps properties | |
cucumberStudioConfig.endpoint | yes | Cucumber studio endpoint | |
cucumberStudioConfig.accessToken | yes | Cucumber studio accessToken | |
cucumberStudioConfig.client | yes | Cucumber studio client | |
cucumberStudioConfig.uid | yes | Cucumber studio uid | |
cucumberStudioConfig.sslTrustAll | no | Flag if the host validation should take place. Example "true". | true |
cucumberStudioConfig.projectId | yes | Project id | 234552234 |