Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ugioni/cypress-cucumber-e2e
- Owner: ugioni
- License: mit
- Created: 2022-11-03T03:39:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T20:25:21.000Z (about 1 year ago)
- Last Synced: 2023-11-15T21:30:52.068Z (about 1 year ago)
- Topics: cucumber, cypress, e2e-testing
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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