E2E tests with Cypress and Cucumber

What is inside?

Getting Started

Installing dependencies:

npm install

Run self hosted application http://localhost:4200/

ng serve

Running e2e tests:

npm run cypress:run

Gherkin lint

This project use Gherkin lint to keep the files .feature organized. Running Ghergin format code:

npm run code:gherkin

Reports

Generate and open Allure report locally

npm run allure:generate && npm run allure:open