aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sauce/sauce_connect_setup.sh
AgeCommit message (Collapse)Author
2013-12-11chore(scripts): refactor travis scriptsVojta Jina
Refactoring so that it's easier to use both SL/BS just depending on a global switch.
2013-08-28chore(travis): clean up the build outputVojta Jina
2013-08-23chore(travis): clean up logsVojta Jina
Forward SauceConnect logs and Karma debug logs into a file and print these files at the very end of a build.
2013-08-13chore(sauce): use tunnel-identifier and ready-file only on TravisVojta Jina
When running locally, there's not TRAVIS_JOB_NUMBER env variable defined and it screws the Sauce Connect (it uses a tunnel with empty name), this makes it work locally without defining TRAVIS_JOB_NUMBER env variable. Also, if you run the sauce_connect_setup.sh locally, without having SAUCE_CONNECT_READY_FILE, it does not pass the `--ready-file` argument to avoid Sauce Connect blowing up.
2013-06-28chore: set up Sauce Labs with TravisVojta Jina
This should not affect the Jenkins build at all. Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any browser/platform that Sauce Labs offers.