Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ugioni/cypress-cucumber-e2e

E2E testing with Cypress and Cucumber
https://github.com/ugioni/cypress-cucumber-e2e

cucumber cypress e2e-testing

Last synced: about 1 month ago
JSON representation

E2E testing with Cypress and Cucumber

Awesome Lists containing this project

README

        

# Cypress Cucumber E2E

## GitHub Actions

## SonarCloud

## Getting Started

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

1. Install [Node JS](https://nodejs.org/) (version >= 18.x)
1. Run `npm i --save-dev` to install all the project dependencies
1. 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