Cypress 10 and 11 with Cucumber - Cucmber Report and Multiple Cucumber HTML Reporter.
We use Following VS Code Plugin "Cucumber (Gherkin) Full Support"
- Cucumber (Gherkin) Full Support -https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
- Node JS
- Json-formatter for Native Reporter option(depends on your OS: https://github.com/cucumber/json-formatter)
- Download Link "Json-formatte":https://github.com/cucumber/json-formatter/releases/tag/v19.0.0
- Download cucumber-json-formatter-windows-amd64 and rename it to cucumber-json-formatter.exe
- Move it to a directory that's on your PATH
- Verify that you can run it: cucumber-json-formatter --help
- cypress - https://www.npmjs.com/package/cypress
- multiple-cucumber-html-reporter - https://www.npmjs.com/package/multiple-cucumber-html-reporter
- @badeball/cypress-cucumber-preprocessor - https://www.npmjs.com/package/@badeball/cypress-cucumber-preprocessor
- @bahmutov/cypress-esbuild-preprocesso - https://www.npmjs.com/package/@bahmutov/cypress-esbuild-preprocessor
Install project dependencies with:
npm install