QA Automation Labs

Day: November 13, 2022

image-15-300x147

How to run all Specs /or selected Spec in Cypress v11.2.0

Problem Statement The ability to ‘Run all specs’ or ‘Run filtered specs’ will be removed in Cypress 10.0. For many of the users, the existing implementation “was broken” for them because of how cypress originally architectured supporting this feature. Cypress received feedback…

Read More
image-3-376x136

Cypress API Automation Using Plugin Cypress-plugin-API

This blog covers how we can do API automation using the cypress API plugin “cypress-plugin-api” by Filip Hric Problem Statement At present in Cypress, we don’t have a way to see API calls in the Cypress App UI itself. Using this plugin…

Read More