That's a simple project to upload report on GIBDD site
How to run
All necessary data come from cypress/data/data.json file.
To open sypress window you can choose three predefined variants by execution:
- ./node_modules/.bin/cypress open
- $(npm bin)/cypress open.
- npx cypress open (for npm with version greater 5.2)
Or you can simply execute custom command like npm run cypress:open