Skip to content

Selenide example to run tests with TestingBot's browser grid.

Notifications You must be signed in to change notification settings

testingbot/java-testng-selenide-example

Repository files navigation

TestingBot - Java, TestNG & Selenide

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 and Selenide 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

  • To start an example test, please run this command:
    $ mvn test
    

You will see the test result in the TestingBot Dashboard

Resources

About

Selenide example to run tests with TestingBot's browser grid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages