Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.08 KB

README.markdown

File metadata and controls

30 lines (21 loc) · 1.08 KB

Build Status

TestingBot - Python & PyUnit

TestingBot provides an online grid of browsers and mobile devices to run Automated tests on via Selenium WebDriver. This example demonstrates how to use Python with PyUnit to run tests across several browsers.

Environment Setup

  1. TestingBot Credentials
    • Add your TestingBot Key and Secret as environmental variables. You can find these in the TestingBot Dashboard.
    $ export TESTINGBOT_KEY=<your TestingBot Key>
    $ export TESTINGBOT_SECRET=<your TestingBot Secret>
    

Running Tests

  • Sample Test:
    $ python test/test.py
    

You will see the test result in the TestingBot Dashboard

Resources