This blog post will be used for Cypress.io quick reference, use the official website for more detailed information on how things work in Cypress
Starting cypress locally (more detailed info on the official website):
npx cypress open
Cypress limitations:
- Cypress does not support cross-domain interaction, so if your website needs to interact with 3rd party sites (payment app, document signing app, etc.) you might want to consider using something else.
- You need a separate library for failed test retry, Cypress doesn’t support retry on fail on its own, but there is a workaround