TestingBot provides an online grid of browsers and mobile devices to run Automated tests on via Selenium WebDriver. This example demonstrates how to use RobotFramework to run a test on a remote TestingBot browser.
-
Setup
- Clone the repo
- Install the dependencies
pip install -r requirements.txt
-
TestingBot Credentials Retrieve your TestingBot Key (
TB_KEY
) and Secret (TB_SECRET
) from the TestingBot Dashboard. -
Run test:
PYTHONPATH=$PYTHONPATH:. robot --variable BROWSER:chrome --variable VERSION:latest --variable PLATFORM:MAC --variable TB_KEY:<your TestingBot Key> --variable TB_SECRET:<your TestingBot Secret> test.robot