Skip to content

This Cypress framework uses the Page Object Model (POM) approach for modular, reusable tests, integrated with Cucumber BDD for clear, behavior-driven scenarios. It ensures maintainability, scalability, and efficient UI automation by separating test logic from page-specific actions.

Notifications You must be signed in to change notification settings

theRohit012/cypress-cucumber-webAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Set up this framework

  1. Install node.js and set up the environment variable
  2. Install visual studio code
  3. Clone this project from git using git clone [email protected]:theRohit012/CyCucumber.git
  4. Open this project into the visual studio code
  5. Install plugin Cucumber (Gherkin) Full support in Visual Studio Code
  6. Open terminal and run npm install to download all the dependencies
  7. Open terminal and run npx cypress open to open test Runner and set up.
  8. User Test runner to run the test cases or use npx cypress run to run using terminal.

About

This Cypress framework uses the Page Object Model (POM) approach for modular, reusable tests, integrated with Cucumber BDD for clear, behavior-driven scenarios. It ensures maintainability, scalability, and efficient UI automation by separating test logic from page-specific actions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published