a9fcad4a0d
(cherry picked from commit 91ed0475fce431322bef33e0ccb2465d2213f87f)
16 lines
389 B
YAML
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 |