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.
- Selenium WebDriver
- Gauge
- Java
- Maven
- JDK 11 or higher
- Maven 3.6.0 or higher
- ChromeDriver (compatible with your version of Chrome)
- Gauge
-
Clone the repository.
git clone https://github.com/DrPavel81/Selenium-Java-GaugeDemo.git cd Selenium-Java-GaugeDemo
-
Install the required Maven packages.
mvn clean install
-
Download and set up ChromeDriver.
- Ensure you have ChromeDriver installed.
- Update the
chromedriver
path in your configuration files if necessary.
-
Install Gauge.
Follow the instructions on the Gauge installation page to install Gauge.
-
Install Gauge Java plugin.
gauge install java
To execute the tests, run:
mvn test