This boilerplate is a ready-to-use project that using Cypress with Cucumber style.
- Install dependencies:
yarn install
ornpm install
- Install demo-webapp:
cd ./demo-webapp && npm install
- Go back to root of project and launch web app:
npm run start:web-app
- Start cypress:
npm run test:open