Cypress – End to End Testing Framework
What is Cypress? Cypress is an end to end testing framework which is gaining popularity amongst test community. Cypress is open source and its community is very active. Cypress tests are written in JavaScript but majority of the time automation scripts can be written using cypress commands which are pretty intuitive to work with. Cypress …