This repository contains various examples showing how to run WebdriverIO tests on the TestingBot browser grid.
- WebdriverIO with CucumberJS
- WebdriverIO with Jasmine
- WebdriverIO with Mocha
- Testing with file upload
- Appium Mobile Web Testing
- Appium Mobile App Testing
In order to run these scripts you must complete the following prerequisite steps:
-
Clone this Repository and set your TestingBot key and secret:
git clone https://github.com/testingbot/webdriverio-examples.git export TB_KEY=******** export TB_SECRET=*******
-
Please check all README.md files in each example directory to see how to get the test running.