How to handle multiple windows in Cypress using Selenium
As cypress doesn’t support handling multiple windows, however it is possible to integrate selenium in our existing cypress framework.
Conditional Testing in Cypress
In this blog, we will discuss how to perform a Conditional test using the cypress-if plugin, then command and each method.
How to use Hooks in Cypress
In this blog, we will discuss- Project setup for using hooks in Cypress and how to create hooks in Cypress.
Web Automation using Selenium and PyTest with Python
In this blog, we will learn how to run a test case using Selenium and Pytest and some of the features of Selenium, PyTest and Python.