From ac9c1f27aaa84b1bdda6afd4f0d2cbe807b0d35e Mon Sep 17 00:00:00 2001 From: emjohansen <54023083+emjohansen@users.noreply.github.com> Date: Wed, 28 Apr 2021 13:42:42 +0200 Subject: [PATCH] yo --- .gitlab-ci.yml | 2 +- .gitlab-cy-cpo.yml | 26 -------------------------- .gitlab-cy.yml | 2 +- 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 .gitlab-cy-cpo.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d78b02d..4510329 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ test: script: # install dependencies - npm ci - - npx cypress install --force + # start the server in the background - npm start & # run Cypress tests diff --git a/.gitlab-cy-cpo.yml b/.gitlab-cy-cpo.yml deleted file mode 100644 index 16a391e..0000000 --- a/.gitlab-cy-cpo.yml +++ /dev/null @@ -1,26 +0,0 @@ -stages: - - test - -cache: - key: ${CI_COMMIT_REF_SLUG} - paths: - - node_modules/ - - .npm/ - -test: - image: cypress/browsers:node12.14.1-chrome85-ff81 - stage: test - script: - # install dependencies - - npm ci - - npx cypress install --force - # start the server in the background - - npm start & - # run Cypress tests - - npm test - artifacts: - when: always - paths: - - cypress/videos/**/*.mp4 - - cypress/screenshots/**/*.png - expire_in: 1 day \ No newline at end of file diff --git a/.gitlab-cy.yml b/.gitlab-cy.yml index d78b02d..4510329 100644 --- a/.gitlab-cy.yml +++ b/.gitlab-cy.yml @@ -18,7 +18,7 @@ test: script: # install dependencies - npm ci - - npx cypress install --force + # start the server in the background - npm start & # run Cypress tests -- GitLab