Example of using Cucumber and Selenium to test a web application
This test automation example uses Cucumber JVM and Selenium to test http://store.demoqa.com which is an E-Commerce demo site available to the public for test automation practice. The demo site is authored by ToolsQA, toolsqa.com.
The test automation example features the following technology:
Java, Cucumber-JVM (Cucumber for Java), Selenium (WebDriver), Maven
Requirements for running the example:
Java 1.7
Maven 3
Git
To run the example after cloning locally:
cd CucumberSeleniumTestExample
mvn clean install