GitLab
Start DoesQA Runs from GitLab CI with the DoesQA catalog component.
Last updated
include:
- component: gitlab.com/doesqa/doesqa-gitlab-cicd/doesqa-run@2.0.0
inputs:
DOESQA_COMPONENT_VERSION: "2.0.0"
DOESQA_KEY: "$DOESQA_KEY"
DOESQA_ACCOUNT_ID: "$DOESQA_ACCOUNT_ID"
DOESQA_LABEL: "Nightly Test Run"
DOESQA_WITHALL: "smoke,staging"
DOESQA_WITHOUTANY: "wip"
DOESQA_VALUES: '{"BASE_URL": "https://staging.example.com"}'
DOESQA_WAIT: "true"
DOESQA_TIMEOUT: "1800"
DOESQA_RECIPE: "4sJz2"
DOESQA_TESTSTAGGED: "priority"