This is a cypress end to end critical user journey test for Unibuddy customers written in cypress.io
Below command will install all the dependencies for the project. This should include downloading cypress as a dependency so you don't need to download it seperatly.
npm install
Below command will open Cypress Test Runner where you can run tests in this project. Tests are split up inside integration folder. This is to help follow best practice
npm run cy:open
To run cypress in headless mode:
npm run cy:headless
Using plug in called faker to help me generate random data for the registration form https://www.npmjs.com/package/faker https://www.tabnine.com/code/javascript/functions/faker/country