github-actions[bot] on v7.0.9
v7.0.9 (compare)
github-actions[bot] on main
v7.0.9 (compare)
github-actions[bot] on v7.0.9
christian-bromann on npm_and_yarn
christian-bromann on main
Bump devtools-protocol from 0.0… (compare)
christian-bromann on npm_and_yarn
christian-bromann on main
Bump eslint from 7.20.0 to 7.21… (compare)
Hello,
I have successfully written many tests using Mocha/Should/WebDriverIO using selenium stand alone server for local testing and using saucelabs for remote testing. I use mocha and/or grunt as the test runner. The project is on github: https://github.com/onewithhammer/web-driver-io-tutorial
Now I want to connect Travis CL to github to test my test scripts automatically. I created a .travis.yml
file and I believe it is configured properly however I can't get my scripts to connect to Sauce Connect.
What needs to be changed to the code to support connecting to Sauce Connect (port 4445)?
localhost
and port is 4445
process.env.BUILD_NUMBER
(see http://docs.travis-ci.com/user/environment-variables/#Default-Environment-Variables)
client.url('http://' + encodeURIComponent(username) + ':' + encodeURIComponent(password) + '@' + url);
but getting no results