Skip to content
Snippets Groups Projects
Commit ac9c1f27 authored by emjohansen's avatar emjohansen
Browse files

yo

parent 48dd6052
No related branches found
No related tags found
No related merge requests found
Pipeline #133142 failed
...@@ -18,7 +18,7 @@ test: ...@@ -18,7 +18,7 @@ test:
script: script:
# install dependencies # install dependencies
- npm ci - npm ci
- npx cypress install --force
# start the server in the background # start the server in the background
- npm start & - npm start &
# run Cypress tests # run Cypress tests
......
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
...@@ -18,7 +18,7 @@ test: ...@@ -18,7 +18,7 @@ test:
script: script:
# install dependencies # install dependencies
- npm ci - npm ci
- npx cypress install --force
# start the server in the background # start the server in the background
- npm start & - npm start &
# run Cypress tests # run Cypress tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment