Cypress Cucumber Html Report Example

Cypress

A demo project that demonstrates how to generate HTML report when using cypress and cucumber.

Prerequisites

Make sure you have installed the following prerequisites on your development machine:

OS Node
Windows winget install OpenJS.NodeJS.LTS
macOS brew install node@16

Executing The Tests

  • Clone the repository.
git clone git@github.com:burakkaygusuz/cypress-cucumber-html-report-example.git
  • Change the directory.
cd cypress-cucumber-html-report-example
  • Run the test.
npm run test && npm run report