You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a boiler-plate code for implementing Cucumber with Selenium (java). I am following BDD software development approach for writing the test scenarios to capture each requirements (+ve and -ve cases) into Feature files and Java code into different folder (Step definitions)
Features of this project:
Web Automation for (web application) using Behaviour Driven Development style (Gherkins and JAVA) as main programming language.
Data driven framework for testing multiple positive and negative scenarios
Cucumber-reports for generating execution reports
Page object model design pattern for storing DOM objects into different classes
Continuous Integration using Jenkins for generating daily reports
Dockerised the automation framework for containersation