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

restructure pipeline

parent 8b8ccb9e
No related branches found
No related tags found
2 merge requests!11Testing,!10Testing
......@@ -9,15 +9,15 @@ test-frontend:
script:
# Configure browser
- apt-get update -yqqq
#- apt-get install -yqq xvfb
#- apt-get install iceweasel -yqq
- 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)
# Install dependencies
#- npm install
- 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