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
Branches userserializer_automated_tests
No related tags found
No related merge requests found
Pipeline #285975 failed
......@@ -28,3 +28,18 @@ test:
- cypress/videos
- cypress/screenshots
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 to comment