Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 708 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 708 Bytes

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