bigbluebutton-Github/bigbluebutton-html5/.travis.yml
browniecab a9fcad4a0d Added Puppeteer tests
(cherry picked from commit 91ed0475fce431322bef33e0ccb2465d2213f87f)
2018-10-03 13:32:53 -04:00

16 lines
389 B
YAML

language: node_js
install:
# - git clone git@github.com:browniecab/bigbluebutton-tests.git tests
- cd tests/puppeteer
- npm install
script:
- cd tests/puppeteer
- node test-chat.js
- node test-draw.js
- node test-status.js
- node test-switch-slides.js
- node test-upload.js
# - node tests/puppeteer/test-hotkeys.js
# - node tests/puppeteer/test-hotkeys-mic-first.js