Skip to content

rameshkumarj/Qualitest_Selenium_Cucumber_JS_Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

execution

Screenshot of JSON report

json

Screenshot of Cucumber Html report

report

About

Repository which contains the Selenium BDD JavaScript framework with the given test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published