Skip to content

The repository contains sample test application for site automationpractice.com.

Notifications You must be signed in to change notification settings

DrPavel81/Selenium-Java-GaugeDemo

Repository files navigation

Selenium-Java-GaugeDemo

This repository contains a Selenium project using Java and Gauge for automated testing. The project demonstrates setting up a test framework, writing test cases, and executing them with Gauge.

Libraries and Tools Used

  • Selenium WebDriver
  • Gauge
  • Java
  • Maven

Requirements

  • JDK 11 or higher
  • Maven 3.6.0 or higher
  • ChromeDriver (compatible with your version of Chrome)
  • Gauge

Setup

  1. Clone the repository.

    git clone https://github.com/DrPavel81/Selenium-Java-GaugeDemo.git
    cd Selenium-Java-GaugeDemo
  2. Install the required Maven packages.

    mvn clean install
  3. Download and set up ChromeDriver.

    • Ensure you have ChromeDriver installed.
    • Update the chromedriver path in your configuration files if necessary.
  4. Install Gauge.

    Follow the instructions on the Gauge installation page to install Gauge.

  5. Install Gauge Java plugin.

    gauge install java

Running the Tests

To execute the tests, run:

mvn test

About

The repository contains sample test application for site automationpractice.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published