Loading README.md +0 −5 Original line number Diff line number Diff line Loading @@ -11,11 +11,6 @@ include: - project: 'to-be-continuous/cypress' ref: '3.3.0' file: '/templates/gitlab-ci-cypress.yml' # Pipeline steps stages: - acceptance # required by Cypress template # TODO: add all other required stages ``` ## `cypress` job Loading templates/gitlab-ci-cypress.yml +9 −1 Original line number Diff line number Diff line Loading @@ -70,9 +70,17 @@ variables: # default integration ref name (pattern) INTEG_REF: '/^develop$/' # allowed stages depend on your template type (see: to-be-continuous.gitlab.io/doc/dev-guidelines/#stages) stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .cypress-scripts: &cypress-scripts | # BEGSCRIPT Loading Loading
README.md +0 −5 Original line number Diff line number Diff line Loading @@ -11,11 +11,6 @@ include: - project: 'to-be-continuous/cypress' ref: '3.3.0' file: '/templates/gitlab-ci-cypress.yml' # Pipeline steps stages: - acceptance # required by Cypress template # TODO: add all other required stages ``` ## `cypress` job Loading
templates/gitlab-ci-cypress.yml +9 −1 Original line number Diff line number Diff line Loading @@ -70,9 +70,17 @@ variables: # default integration ref name (pattern) INTEG_REF: '/^develop$/' # allowed stages depend on your template type (see: to-be-continuous.gitlab.io/doc/dev-guidelines/#stages) stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production .cypress-scripts: &cypress-scripts | # BEGSCRIPT Loading