This repository is E2E Solution Cypress BDD cucumber solution for Verivox Problems and Generate mocha report in in html-reports folder.
Folder Structure are as Follows:
e2e/Pages : contains all pages with implementation
Fixtures : Folder contains all fixtures files.
- Automation tool : Cypress with JavaScript
- Framework: Cucumber
- Copy the repository
- Install the dependencies
- Run the test suite via CLI :
npm run cy:run
- Run the test suite via app :
npm run cy:open
Keep in Mind: Post running the command npm run cy:run
, the reports will be generated under the html-reports/
folder