Skip to content

A Maven Cucumber Selenium Java project that demos Cucumber features, step definitions, backend actions, Page Object Model, Page Factory, tags, Hooks, and Reporting funtionality

Notifications You must be signed in to change notification settings

sbhumir/CucumberSeleniumJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CucumberJava

A Maven Cucumber Selenium Java project that demos Page Object Model, Page Factory, tags, Hooks, Reporting

Pre-conditions

User knows how to create a Maven Project and Java

Requirements

JRE, JDK, Eclipse IDE installed. jre version has to be greater than 1.5. Create a Maven Project, add Maven dependencies for Cucumber, Selenium, JUnit, Json, maven-surefire-plugin

Usability

Run the following from cmd

$mvn test
or
$mvn test -Dcucumber.options=-p html:target/HtmlReportsor
$mvn verify -DskipTests

About

A Maven Cucumber Selenium Java project that demos Cucumber features, step definitions, backend actions, Page Object Model, Page Factory, tags, Hooks, and Reporting funtionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published