Back to Webdriverio

Cloud Services

examples/cloudservices/README.md

9.28.0941 B
Original Source

Cloud Services

Shows you how to use WebdriverIO using Sauce Labs, BrowserStack, Testingbot or Kobiton. To run those tests make sure you have your credentials stored in your environment. Then change the directory to the example folder:

sh
cd ./examples/cloudservices

and run the demos by calling:

saucelabs.js

sh
export SAUCE_USERNAME="username"
export SAUCE_ACCESS_KEY="XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
npm run test:saucelabs

browserstack.js

sh
export BROWSERSTACK_USERNAME="username"
export BROWSERSTACK_ACCESS_KEY="XXXXXXXXXXXXXXXXXXXX"
npm run test:browserstack

testingbot.js

sh
export TESTINGBOT_KEY="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
export TESTINGBOT_SECRET="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
npm run test:testingbot

kobiton.js

sh
export KOBITON_USERNAME="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
export KOBITON_ACCESS_KEY="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
npm run test:kobiton