Skip to content

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

NameMandatoryDescriptionExample
commonPropertiesyessee description here:
Common properties
allureConfigyessee description here:
Allure TestOps properties
cucumberStudioConfig.endpointyesCucumber studio endpoint
cucumberStudioConfig.accessTokenyesCucumber studio accessToken
cucumberStudioConfig.clientyesCucumber studio client
cucumberStudioConfig.uidyesCucumber studio uid
cucumberStudioConfig.sslTrustAllnoFlag if the host validation should take place. Example "true".true
cucumberStudioConfig.projectIdyesProject id234552234

Last updated: