Page Objects in Cypress – Easy Steps

In this article we are going to learn how to use Page Objects in Cypress. Let's get started, right away! Step 1: Create a node project and install Cypress. If you are new to Cypress, I suggest you to go through this article first and come here. npm install cypress --save-dev To generate default sample... Continue Reading →

Integrate Cypress with Docker in 5 minutes

In this article, we are going to see how to run Cypress tests in Docker containers. This is an exciting topic, so I thought I would document it for the benefit of others. But, before we start, let's understand – What is Docker?Why do we need to execute Cypress tests in Docker?Benefits of running Cypress... Continue Reading →

Cypress – Mochawesome Reporting

Cypress is becoming very famous among the test automation tools. It offers online live dashboard of the paid version. Perhaps there are requirements to get offline reporting from Cypress. In this article, we will see how to generate offline Cypress report. To generate one, we will be using a node package - Mochawesome. It is a custom... Continue Reading →

Website Powered by WordPress.com.

Up ↑