Run your tests on various browsers hosted on SauceLabs!
- Get a SauceLabs account.
- Install saucie via
SAUCE_CONNECT_DOWNLOAD_ON_INSTALL=true npm install saucie -g. If the SAUCE_CONNECT_DOWNLOAD_ON_INSTALL environment variable is not set then sauce-connect-launcher will attempt to download it on the first run which might prevent saucie from working if elevated privileges are not used. - Make sure Sauce credentials are set in env:
- SAUCE_USERNAME - your SauceLabs username
- SAUCE_ACCESS_KEY - your SauceLabs API/Access key.
- Run
testem ci --port 8080to run it on all the listed browsers - seetestem launchersfor the full list.- It will take a while at the first time. This will only happen once to download the jar of Sauce Connect