/pwcApp

pwcApp

Primary LanguageJava

Had written the project in java using maven with Page object module.

Had kept Page Definitions under pages package had kept Steps Definitions under stepdefinitions The main feature file is under resources/features written methods in pages for cleaner steps

All the tests will run in one browser session since the browser launch was taking time to load.

download the project.

run " mvn clean test"