This repository contains the Selenium Cucumber BDD framework setup in JavaScript language.
Folder Structure:
features - Contains the feature file with the given scenario
pages - Contains the page files with the separate page files with page specific locators and functions
reports - Contains the json report and the cucumber html report
To execute:
1. Clone the Git repository
2. Do npm install from the project folder
3. Pass the command to start execution: npm run test
4. Pass the command to start execution with report generation: npm run report
5. HTML report will be generated in the reports folder
Screenshot of Execution
Screenshot of JSON report
Screenshot of Cucumber Html report


