A demo project that demonstrates how to generate HTML report when using cypress and cucumber.
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 |
- 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