christian-bromann on cb-v7-website
css improvements (compare)
christian-bromann on cb-v7-website
minor carousel improvements (compare)
christian-bromann on cb-v7-website
progress new design add logo carousel (compare)
christian-bromann on master
Edit pull-file return type (#63… (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
expect(yield browser.getTitle()).to.be.equal(“something”);
”webdriverio”: "slawomir-brzezinski-at-travcorp/webdriverio”