How To Generate HTML Report In Cypress Framework

In Our previous posts, we already learnt How to create a Cypress-Cucumber framework with a Page Object Model. In this article, we will learn how to generate a beautiful HTML report in Cypress framework. This will help us in identifying the bugs and errors way faster. Please Read the below articles related to Cypress E2E … Read more

How To Start With Cypress Test Automation

Cypress Automation

Cypress is an open-source and free test automation tool, which relies on the power of javascript. It executes tests within the browser and makes the testing process easier and more reliable. Is Cypress Good For Automation? The cypress official documentation says: Test your code, not your patience. It is really true in many cases. Let’s … Read more

Cypress Vs Selenium (Everything You Need To Know)

Selenium and cypress both are test automation tools used for web applications. Selenium is a well-established player while Cypress is comparatively new in the test community, however, it has gained lots of popularity in no time. Nowadays it is a very prominent question Which tool is better cypress or selenium(Cypress Vs Selenium)? In my opinion, … Read more