UNPKG

multiple-cucumber-html-reporter

Version:

Generate beautiful Cucumber.js reports for multiple instances (browsers / devices)

28 lines (17 loc) 461 B
# Sample Cypress Cucumber This is a sample project for Cypress and Cucumber with Multiple HTML Cucumber Reporter. ## Setup Install PNPM by following the guide [here](https://pnpm.io/installation). ## Run the Test Install the dependencies by running the following command: ```shell pnpm install ``` Run the tests by using the following command: ```shell pnpm test ``` Generate the HTML reporter by using the following command: ```shell pnpm report ```