/cucumber-pom-maven

Cucumber selenium tests following page object pattern

Primary LanguageJava

Cucumber With Page Object

Contains cucumber tests based on page object pattern.

To run the tests

You should have java & maven installed on your machine. You also need to have Eclipse IDE.

Issue below maven commands to download the required libs and generagte an eclipse project.

mvn install

mvn eclipse:eclipse

Run org.priyanshus.sdk.bdd.*Runner.java classes using Junit.

Work in progress...