TestingBot provides a grid of browsers and mobile devices to run Automated tests. This example demonstrates how to use Java with TestNG to run a test on a Mobile Device.
-
Setup
- Clone this repository
- Install dependencies
mvn install
-
TestingBot Credentials
- Add your TestingBot Key and Secret as environmental variables. You can find these in the TestingBot Dashboard.
$ export TB_KEY=<your TestingBot Key> $ export TB_SECRET=<your TestingBot Secret>
- To run a single test, run
mvn test -P single
You will see the test result in the TestingBot Dashboard