sjkummer / janus-gateway-js

Janus-gateway WebRTC client for Node.js and the browser.
MIT License
172 stars 55 forks source link

Runner for integration tests #66

Closed vogdb closed 8 years ago

vogdb commented 8 years ago

Currently one integration test fails. I suspect that Chromium that we use from puppet is outdated cause this test works fine on my laptop where Chromium and Chrome are latest. @ppp0 Is Chromium version 48 the latest one? We have it on vagrant machine. Can we possibly update it?

vogdb commented 8 years ago

@ppp0 ?

ppp0 commented 8 years ago

Since we install chromium via deb package I believe the current version is chromium-browser 48.0.2564.82-0ubuntu0.15.04.1.1193 (universe) (see https://launchpad.net/ubuntu/vivid/+source/chromium-browser)

ppp0 commented 8 years ago

To have the latest version, we probably would need to install it differently, see http://www.chromium.org/getting-involved/dev-channel/

vogdb commented 8 years ago

Ok, I will try manually find the min required version and let you know

vogdb commented 8 years ago

@ppp0 I need version 51.0 at least. Please provide the necessary installation steps.