Skip to content

ugioni/cypress-cucumber-e2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress Cucumber E2E

GitHub Actions

SonarCloud

Getting Started

In order to execute this project you must follow the steps below:

  1. Install Node JS (version >= 18.x)
  2. Run npm i --save-dev to install all the project dependencies
  3. Run npm run cypress to execute the entire test suite

Project Structure


  • Integration: Test scenario mapping
  • Support: Project structure files
    • Elements: Mapping the elements of each screen
    • PageObjects: Logic used to perform actions in tests
    • Steps: Mapping the steps of test scenario