Writing First Test with cypress
Reading Time: 2 minutes Hello everyone, In some of our previous posts we have discussed what is cypress? How to setup cypress? How cypress is different from selenium? Today we will discuss how to write the test cases with cypress to automated an e-commerce use case. Writing your first test with cypress In our first test we will implement the following use case: Visit an e-commerce site https://www.amazon.in/ Search for Continue Reading