Skip to content
Snippets Groups Projects
Commit 9b429e6d authored by Line Ertsås Stavland's avatar Line Ertsås Stavland
Browse files
parents eabac307 c9b6ae82
No related branches found
No related tags found
No related merge requests found
Pipeline #285975 failed
...@@ -28,3 +28,18 @@ test: ...@@ -28,3 +28,18 @@ test:
- cypress/videos - cypress/videos
- cypress/screenshots - cypress/screenshots
expire_in: 1 day expire_in: 1 day
image: cypress/base:10
stage: test
script:
# install dependencies
- npm ci
# Kjør express-serveren i bakgrunnen
- npm start &
# Kjør testene
- npm test
artifacts:
when: always
paths:
- cypress/videos
- cypress/screenshots
expire_in: 1 day
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment