johanneswuerbach / saucie

This library allows you to integrate results of your frontend JavaScript tests into a [Sauce jobs results page](https://saucelabs.com/docs/javascript-unit-tests-integration).
26 stars 18 forks source link

Added tunnelDomains option to allow setting a non-local host #23

Closed jerel closed 9 years ago

jerel commented 9 years ago

Safari throws a fit when using websockets on localhost. This allows something like example.com to be forced through the tunnel.

P.S. I'm wondering if there would be a more flexible way for saucie to allow arbitrary options to be passed? There's quite a lot of options in Sauce Connect if it's going to support them all.

johanneswuerbach commented 9 years ago

Forwarding unknown options to Sauce Connect sounds like a good idea. PR? :-)

jerel commented 9 years ago

If I need to forward any more options I'll look into it ;)

johanneswuerbach commented 9 years ago

Thanks, released as 1.2.0