Skip to content
Snippets Groups Projects
Commit 1fdb382e authored by browniecab's avatar browniecab Committed by Maxim Khlobystov
Browse files

Update .travis.yml

(cherry picked from commit 501cb13f00a9a5736c56e33c273890843320f17c)
parent d1b87d9c
No related branches found
No related tags found
No related merge requests found
...@@ -2,21 +2,22 @@ language: node_js ...@@ -2,21 +2,22 @@ language: node_js
install: install:
# - git clone git@github.com:browniecab/bigbluebutton-tests.git tests # - git clone git@github.com:browniecab/bigbluebutton-tests.git tests
- cd bigbluebutton-html5/tests/puppeteer - cd bigbluebutton-html5
- npm install
script:
- docker build -t b2 . - docker build -t b2 .
- docker=$(docker run -d -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp b2 -h localhost) - docker=$(docker run -d -p 80:80/tcp -p 443:443/tcp -p 1935:1935 -p 5066:5066 -p 3478:3478 -p 3478:3478/udp b2 -h localhost)
- echo $docker - echo $docker
- cd tests/puppeteer
- npm install
script:
- node test-html5-check.js - node test-html5-check.js
- node test-chat.js - node test-chat.js
- node test-draw.js - node test-draw.js
- node test-status.js - node test-status.js
- node test-switch-slides.js - node test-switch-slides.js
- node test-upload.js - node test-upload.js
after_script:
- docker stop $docker - docker stop $docker
# - node tests/puppeteer/test-hotkeys.js # - node tests/puppeteer/test-hotkeys.js
# - node tests/puppeteer/test-hotkeys-mic-first.js # - node tests/puppeteer/test-hotkeys-mic-first.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment