Simple Cypress Cucumber Boilerplate
- Run
yarn install
- Run
yarn run cy:run
- Create folder in ./integrations folder called "yourFeature"
- Inside "yourFeature" folder create a file called "yourFeatureSteps.js", add steps to this file
- Inside "yourFeature" folder create a file called "yourFeature.feature", aad cucumber spec to this file