This project contains an example on how to use WebDriverIO with Jasmine on the TestingBot browser grid.
To install all necessary dependencies, please run this command:
npm install
NOTE: Make sure you are in the folder
webdriverio/webdriver/examples/jasmine
when you run this command.
To start running your tests on TestingBot, please make sure you have set the two necessary environment variables (TB_KEY
and TB_SECRET
).
These variables contain your TestingBot key and secret, which you can obtain for free from TestingBot.
npm run test.testingbot
You can also run the same test on your local machine. By default, this will open a Chrome browser and run the test.
npm run test.local
More information is available on the TestingBot WebDriverIO documentation pages.