DevOps is one of key area where many organisations are transforming towards delivering their product much faster to their customers. QA plays an important role to this faster delivery process. In this article, I am going to show you how to integrate Cypress tests with Azure DevOps in simple steps. So, this is how it'g... Continue Reading →
Retarget Common – Cypress Crash Course
I am joining with Retarget Common team to conduct a crash course on Cypress to help the testers who lost their jobs during COVID-19 pandemic to develop their skills with Cypress which will add value to their career. Please join my meeting from your computer, tablet or smartphone.https://www.gotomeet.me/RetargetCommon1 You can also dial in using your phone.United States: +1... Continue Reading →
Cypress & Grafana – API & Environment Monitoring Dashboard
So, here is my challenge! My team deals with loads of APIs and wanted a real time API Monitoring System to check the health of the environments. I know Cypress does support API testing to a great extent and I want to use its powerful features to build a API framework to monitor the APIs.... Continue Reading →
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 Introduction – East Anglia Quality Assurance Meetup
Here is the webinar video where I spoke on the first topic of the Cypress Lunch & Learn series. https://www.youtube.com/watch?v=BjbWr1A044s&t=3724s
Selenium and Cypress – Which one to choose?
As a Test Automation Consultant, I tend to play around with most of the latest test automation tools and frameworks that are available in the market to suggest the right toolset for my customers. I have been using Selenium for more than eight years now, and I still agree that it's a GREAT tool and it is... Continue Reading →
When Axe meets Cypress – Accessibility Testing Version
Yes! Cypress supports Axe for Accessibility Testing. Few years ago, I was inspired by the talk given by Jenny Lay-Flurrie, the Chief Accessibility Officer of Microsoft Corporation in one of the Microsoft Conferences and wrote the article Feather Touch on Accessibility Testing. Since then, Accessibility is one of the key testing artefact I focus whenever I... Continue Reading →
Cypress & API Testing in 5 Minutes
In this article, we will see how Cypress helps us in creating automated API tests rapidly and with very less lines of code & configuration.
Cucumber Integration with Cypress.io in 5 Minutes
In this article we are going to see how we can use Cypress and Cucumber for effective BDD style test automation.
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 →
Cypress – 101: Get to know Cypress
Click here for "A quick start guide for Cypress.io"