Skip to content
Snippets Groups Projects
Commit 483b4517 authored by Vegard Murvold Sporstøl's avatar Vegard Murvold Sporstøl Committed by Irina Kera Gundersen
Browse files

update testcafe pipeline

parent e3dc7760
Branches master
No related tags found
2 merge requests!11Testing,!10Testing
......@@ -5,8 +5,10 @@ stages:
test-frontend:
image: node:latest
stage: test
script:
script:
- npm install
- npm install -g testcafe
- testcafe --list-browsers
- testcafe chrome frontend-test.js --skip-js-error
test-backend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment