/gauge-java-maven-selenium-demo

A demo project, illustrating test automation using Gauge with selenium-java binding.

Primary LanguageJava

gauge-java-maven-selenium-demo project

This is an example project, illustrating how to do test automation using Gauge test automation framework, with Java support.

This project uses

Concepts covered

Prerequisites

System Under Test (SUT)

Using the "APP_ENDPOINT" /env/default/default.properties

Executing specs

Set up

This project requires maven to install dependencies. To install dependencies re-import maven dependencies using IntelliJ IDEA.

All specs

mvn gauge:execute -DspecsDir=specs

This will also compile all the supporting code implementations.