Skip to content
Snippets Groups Projects
.travis.yml 386 B
Newer Older
browniecab's avatar
browniecab committed
language: node_js

install:
  # - git clone git@github.com:browniecab/bigbluebutton-tests.git tests
browniecab's avatar
browniecab committed
  - cd bigbluebutton-html5/tests/puppeteer
browniecab's avatar
browniecab committed
  - npm install

script:
  - 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