cypress component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/cypress@stable
inputs:
no-proxy: <value>
proxy: <value>
record-key: <value>
tag: <value>
test-context: <value>
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| browser | firefox | string | |
| environment | test | string | |
| environment-identifier | /review-$CI_PIPELINE_IID-$CI_COMMIT_SHORT_SHA | string | |
| image | public.ecr.aws/cypress-io/cypress/included:15.2.0 | string | |
| name | review:cypress | string | |
| no-proxy | Comma-separated list of hosts to exclude from proxying. | string | |
| options | --headless | string | |
| path | Path in the repository to the Cypress tests. | tests/e2e | string |
| proxy | Proxy to use for the tests. | string | |
| record-key | string | ||
| review-domain | Domain to be tested (create it with the review component). | $CI_ENVIRONMENT_SLUG.review.xrow.net | string |
| services | Additional services to run alongside the tests. Like a proxy. | [] | array |
| stage | test | string | |
| tag | string | ||
| test-context | string |