Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 893 Bytes

File metadata and controls

34 lines (22 loc) · 893 Bytes

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 --id OpenJS.NodeJS.LTS
macOS brew install node@20

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