Add browser tests (#696)

This commit is contained in:
Carl Törnqvist
2019-04-02 14:55:21 +02:00
committed by GitHub
parent 5879bdb404
commit a22fca69de
5 changed files with 291 additions and 46 deletions
+5
View File
@@ -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