Add browser tests (#696)
This commit is contained in:
@@ -21,5 +21,10 @@ addons:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
- xvfb
|
||||
install:
|
||||
- export DISPLAY=':99.0'
|
||||
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
||||
- npm install
|
||||
script: npm run test
|
||||
# after_script: npm i -g codecov.io && cat ./coverage/lcov.info | codecov
|
||||
|
||||
Reference in New Issue
Block a user