-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support node.js client? #17
Comments
@jonnor - Very nice. Signing up for an opensource account to check it out :) So I think what you want to do should already work thanks to the The example usage for Just going to take a few moments now to make sure the |
@DamonOehlman thanks for quick and comprehensive response. It does indeed look like However, we found that for our immediate usecase (running tests against JS in headless browser) WebRTC was not as suitable as thought: neither PhantomJS 1 nor 2 has support... We still want to have it, but it got bumped down in priority a bit. |
Yeah I've been known to rant on how useless Phantom is for any kind of actual headless testing. Unfortunately it no longer represents reality (well maybe Safari, but that's about it) as unless it has recently upgraded to use Blink for it's rendering engine it doesn't represent what is available in Chrome. I'm not sure if it's of use but I did write a little helper tool for getting multiplatform JS tests working on travis: https://github.com/DamonOehlman/travis-multirunner It's reasonably well documented so if you are looking to use travis you might be able to get up and running pretty quickly. It's used in quite a few of the rtc.io packages and also the webrtc/adapter project actually started using it a little while ago also and the maintainers there have helped improve it quite a bit :) |
We're using rtc.io in http://flowhub.io with http://noflojs.org to allow remote/live programming/debugging on devices from our webapp. Would like to use the same protocol for running automated test from a node.js CLI tool.
We're experimenting with the wrtc node.js library to support this. Would you be open to have support for the rtc.io offer-exchange for node.js clients in rtc itself? Or is it something that should stay separately?
The text was updated successfully, but these errors were encountered: