Zarkonnen / se-interpreter

Interpreter for Selenium Builder JSON scripts based on node.js and wd.
34 stars 31 forks source link

Add Sauce Connect connection details #30

Closed jegelstaff closed 10 years ago

jegelstaff commented 10 years ago

The critical port 4445 is mentioned on only one line of the reference info for Sauce Connect: https://docs.saucelabs.com/reference/sauce-connect/ which makes it very hard to figure out how to setup a full Travis-CI driven connection. Adding it here should help.

jegelstaff commented 10 years ago

The Travis build is failing, but I think only because the credentials are not valid when the build happens from this repo and not the original one.

The only change in this commit is text in the readme, not code.

Zarkonnen commented 10 years ago

Yeah, that's just a credentials issue. Thank you for the improved readme!