UNPKG

358 BYAMLView Raw
1language: node_js
2sudo: false
3node_js:
4 - "4"
5 - "5"
6
7before_script:
8 - export DISPLAY=:99.0
9 - sh -e /etc/init.d/xvfb start
10 - sleep 3
11 - ./node_modules/.bin/webdriver-manager update
12 - nohup bash -c "./node_modules/.bin/webdriver-manager start 2>&1 &"
13 - nohup bash -c "npm start 2>&1 &"
14 - sleep 3
15
16script:
17 - TEST_BROWSER_NAME=firefox npm test