Skip to content

dhruvi-alphabin/Java-TestNG-Selenium-Gradle

 
 

Repository files navigation

Java-TestNG-Selenium-Gradle

This code is provided on an "AS-IS” basis without warranty of any kind, either express or implied, including without limitation any implied warranties of condition, uninterrupted use, merchantability, fitness for a particular purpose, or non-infringement. Your tests and testing environments may require you to modify this framework. Issues regarding this framework should be submitted through GitHub. For questions regarding Sauce Labs integration, please see the Sauce Labs documentation at https://wiki.saucelabs.com/. This framework is not maintained by Sauce Labs Support.

Setup

  • Install Gradle 4.7

Variables

  • Set Sauce Labs credentials
$export SAUCE_USERNAME=<sauce username>
$export SAUCE_ACCESS_KEY=<sauce access key>
$export BUILD_TAG=<optional build id>

Test Environment

$export SELENIUM_BROWSER=<browser name>
$export SELENIUM_VERSION=<browser version>
$export SELENIUM_PLATFORM=<platform name>

Run Tests

  • Run the gradle task as shown below
$./gradlew clean test

Resources

  • A great resource to search for issues not explicitly covered by documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%