Example setup for UI e2e/integration tests, powered by Cypress and Cucumber
- UI automation tests written with cucumber + cypress
- Generate html test reporter file with cucumber-html-reporter
- Generate code coverage html file with @cypress/code-coverage
npm install
npm run serve
npm run test:open
npm run test:cy