Run installation of dependancies
npm install
To open Cypress run in terminal window
npx cypress open
.. once Cypress opens up
.. click on E2E Testing
.. choose the Browser on witch u want to run the tests
.. click Start E2E Testing on desired browser
To create a temporary email run
npm run create-temp-email
Test will generate a temp_email_data.txt in cypress/fixtures folder
.. to place an order
npm run place-order
.. to retrive email ids
npm run retrive-email-ids
Test will add email ids to temp_email_data.txt in cypress/fixtures folder
.. to read email
npm run read-email
Test will generate a emailContent.txt in cypress/fixtures folder witch will contain email text and the confirmation link