Newer
Older
{
"name": "Cypress",
"description": "GitLab CI template for running [Cypress](https://www.cypress.io/) functional tests",
"template_path": "templates/gitlab-ci-cypress.yml",
"kind": "acceptance",
"variables": [
{
"name": "CYPRESS_IMAGE",
"description": "The Docker image used to run Cypress (use [included images](https://github.com/cypress-io/cypress-docker-images/tree/master/included) only).",
"default": "cypress/included:4.6.0"
},
{
"name": "CYPRESS_PROJECT_DIR",
"description": "The Cypress project directory (containing `cypress.json`)",
"default": "."
},
{
"name": "CYPRESS_EXTRA_ARGS",
"description": "Cypress extra [run options](https://docs.cypress.io/guides/guides/command-line.html#cypress-run) (to select a different browser, configuration or spec files for e.g.)",
"advanced": true
},
{
"name": "REVIEW_ENABLED",
"description": "Set to enable Cypress tests on review environments (dynamic environments instantiated on development branches)",
"type": "boolean"
}
]
}