In this blog post, we will be looking at end-to-end testing with Cypress. We will see how to set up Cypress and write some tests for a simple web application. By the end, you should have a good understanding of how Cypress works and how to use it to test your own web applications.
A detailed guide on Continuous Integration(CI) and Continous Delivery/Deployment with CircleCI with a practical demo on how to set up a pipeline on CircleCI to execute tests automatically. .