Skip to content

Java and JUnit example for TestingBot Mobile Testing on Real Devices

Notifications You must be signed in to change notification settings

testingbot/java-junit-app-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TestingBot - Java & JUnit

TestingBot provides a grid of browsers and mobile devices to run Automated tests. This example demonstrates how to use Java with JUnit to run a test on a Real Mobile Device.

Environment Setup

  1. Setup

    • Clone this repository
    • Install dependencies mvn install
  2. 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>
    

Running Tests

  • To run a single test, run mvn test -P single

You will see the test result in the TestingBot Dashboard

Resources

About

Java and JUnit example for TestingBot Mobile Testing on Real Devices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages