Skip to content

delabiejochen/java-testng-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

TestingBot - Java & TestNG

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

Environment Setup

  1. Global Dependencies

    $ brew install maven
    
  2. 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

  • Tests in Parallel:
    $ mvn test
    

You will see the test result in the TestingBot Dashboard

Resources

About

Java example with TestNG for TestingBot Selenium Grid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%