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

update testcafe pipeline

parent 483b4517
No related branches found
No related tags found
2 merge requests!11Testing,!10Testing
......@@ -6,6 +6,13 @@ test-frontend:
image: node:latest
stage: test
script:
- apt-get update -yqqq
- apt-get install -yqq xvfb
- apt-get install iceweasel -yqq
- apt-get install dbus-x11 -yqq
- Xvfb :99 -screen 0 1280x720x24 -ac &
- export DISPLAY=:99
- export $(dbus-launch)
- npm install
- npm install -g testcafe
- testcafe --list-browsers
......
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