Cypress Testing Articles

40 articles found in Cypress Testing

Cypress Testing Framework Tutorial: Complete Guide to Test Automation with Cypress | TestMu AI (Formerly LambdaTest)
Cypress Testing Framework Tutorial: Complete Guide to Test Automation with Cypress | TestMu AI (Formerly LambdaTest)

A complete cypress testing framework tutorial: Get started with end to end automation testing using Cypress testing framework and TestMu AI (Formerly LambdaTest) test automation cloud.

Sachin

Sachin

February 17, 2026

16 min read

Cypress Best Practices For Test Automation [2026] | TestMu AI (Formerly LambdaTest)
Cypress Best Practices For Test Automation [2026] | TestMu AI (Formerly LambdaTest)

This blog will teach you the Cypress best practices to write reliable and high-quality test codes while performing Cypress testing.

Dastan

Dastan

February 8, 2026

40 min read

How to Run Cypress With Jenkins [Cypress Jenkins Tutorial] | TestMu AI (Formerly LambdaTest)
How to Run Cypress With Jenkins [Cypress Jenkins Tutorial] | TestMu AI (Formerly LambdaTest)

In this Cypress Jenkins tutorial, learn how to integrate your Cypress test suites with the Jenkins pipeline.

Enrique

Enrique

January 30, 2026

20 min read

Check If An Element Exists In Cypress: A Detailed Guide | TestMu AI (Formerly LambdaTest)
Check If An Element Exists In Cypress: A Detailed Guide | TestMu AI (Formerly LambdaTest)

Learn how to check if an element exists in Cypress, validate visibility on a web page, avoid flaky tests, and interact with dynamic web elements efficiently.

Enrique

Enrique

January 30, 2026

31 min read

How To Handle iFrames In Cypress | TestMu AI (Formerly LambdaTest)
How To Handle iFrames In Cypress | TestMu AI (Formerly LambdaTest)

This blog demonstrates how to handle iFrames in Cypress using the cy.iframe() command on the cloud grid.

Enrique

Enrique

January 30, 2026

22 min read

How To Find HTML Elements Using Cypress Locators | TestMu AI (Formerly LambdaTest)
How To Find HTML Elements Using Cypress Locators | TestMu AI (Formerly LambdaTest)

In this Cypress tutorial, we will learn to use Cypress locators to access WebElements in the DOM for realizing Cypress automation tests.

Sachin

Sachin

January 30, 2026

30 min read

Unleashing Cypress Performance Testing using Lighthouse | TestMu AI (Formerly LambdaTest)
Unleashing Cypress Performance Testing using Lighthouse | TestMu AI (Formerly LambdaTest)

Unlock the power of Cypress performance testing with Lighthouse. Measure speed, SEO, accessibility, and best practices for optimal user experience and performance.

Narayanan Palani

Narayanan Palani

January 30, 2026

24 min read

How To Find Broken Links Using Cypress [With Examples] | TestMu AI (Formerly LambdaTest)
How To Find Broken Links Using Cypress [With Examples] | TestMu AI (Formerly LambdaTest)

Want to find broken links on your website? Here's how you can do broken link testing on your website using Cypress.

Enrique

Enrique

January 30, 2026

26 min read

Scalable Cross Browser Testing With Cypress Framework | TestMu AI (Formerly LambdaTest)
Scalable Cross Browser Testing With Cypress Framework | TestMu AI (Formerly LambdaTest)

In this webinar, Narayanan Palani demonstrated how to use Cypress for end-to-end tests with multiple browsers and helped our viewers master the Cypress workflow. If you missed it, this blog would outline the major highlights of the event.

Kritika Murari

Kritika Murari

January 30, 2026

13 min read

Cypress Automation Testing Tutorial: E2E Testing with Cypress
Cypress Automation Testing Tutorial: E2E Testing with Cypress

This Cypress automation testing tutorial will help you learn the benefits of Cypress automation, and how to install Cypress and execute Cypress automation testing over scores of browsers and operating systems online.

Sachin

Sachin

January 30, 2026

23 min read

Cypress End to End Testing: Detailed Tutorial | TestMu AI (Formerly LambdaTest)
Cypress End to End Testing: Detailed Tutorial | TestMu AI (Formerly LambdaTest)

Cypress End-to-end testing is a tool for web apps. Read now for efficient browser automation and reliable tests.

Kailash Pathak

Kailash Pathak

January 30, 2026

34 min read

How To Perform Cypress Accessibility Testing | TestMu AI (Formerly LambdaTest)
How To Perform Cypress Accessibility Testing | TestMu AI (Formerly LambdaTest)

This article on Cypress accessibility testing discusses the importance of accessibility testing and how to perform Cypress accessibility testing on a cloud grid.

Enrique

Enrique

January 30, 2026

20 min read

How To Avoid Anti-Patterns In Cypress | TestMu AI (Formerly LambdaTest)
How To Avoid Anti-Patterns In Cypress | TestMu AI (Formerly LambdaTest)

This article on avoiding anti-patterns in Cypress discusses some anti-patterns that should be avoided using Cypress for the most relevant testing experience and end product.

Enrique

Enrique

January 30, 2026

23 min read

Complete Guide To Cypress Visual Regression Testing | TestMu AI (Formerly LambdaTest)
Complete Guide To Cypress Visual Regression Testing | TestMu AI (Formerly LambdaTest)

A quick guide on how to perform Cypress visual regression testing on a cloud Cypress grid like TestMu AI (Formerly LambdaTest).

Enrique

Enrique

January 30, 2026

24 min read

Detailed Guide on How To Fill And Submit Forms In Cypress | TestMu AI (Formerly LambdaTest)
Detailed Guide on How To Fill And Submit Forms In Cypress | TestMu AI (Formerly LambdaTest)

In this blog of the ongoing Cypress tutorial series, we will cover the integral aspects of forms, i.e., how to fill and submit forms in Cypress automation framework.

Sachin

Sachin

January 30, 2026

31 min read

Getting started with Cypress for File uploading and downloading
Getting started with Cypress for File uploading and downloading

Automate Cypress file upload and download for seamless web data transfer. Use attach() for upload and writeFile() for download to ensure reliable and efficient testing.

Kailash Pathak

Kailash Pathak

January 21, 2026

45 min read

Migrating Test Automation Suite To Cypress 10 | TestMu AI (Formerly LambdaTest)
Migrating Test Automation Suite To Cypress 10 | TestMu AI (Formerly LambdaTest)

Read on this blog on Cypress 10 migration to learn how to migrate your test automation suite to Cypress 10.

Adarsh M

Adarsh M

January 13, 2026

48 min read

Cypress Logs: How to Improve Custom Commands Visibility | TestMu AI (Formerly LambdaTest)
Cypress Logs: How to Improve Custom Commands Visibility | TestMu AI (Formerly LambdaTest)

Enhance your Cypress logs with improved visibility for custom commands. Check out examples and best practices to effectively manage and use logs.

Uma Victor

Uma Victor

January 13, 2026

23 min read

How To Use Cypress Intercept For Handling Network Requests | TestMu AI (Formerly LambdaTest)
How To Use Cypress Intercept For Handling Network Requests | TestMu AI (Formerly LambdaTest)

Learn how to use the Cypress intercept (cy.intercept()) method to handle and modify network requests effectively.

Kailash Pathak

Kailash Pathak

January 13, 2026

23 min read

Cypress .should() Command: A Detailed Guide | TestMu AI (Formerly LambdaTest)
Cypress .should() Command: A Detailed Guide | TestMu AI (Formerly LambdaTest)

Cypress assertions help verify the expected behavior of application under test. In this guide, learn how to use the Cypress .should() command with examples.

Anshita Bhasin

Anshita Bhasin

January 13, 2026

53 min read

How to Write Your First Cypress Test | TestMu AI (Formerly LambdaTest)
How to Write Your First Cypress Test | TestMu AI (Formerly LambdaTest)

This blog guides you through writing your first Cypress test on local machines and cloud grids.

Kailash Pathak

Kailash Pathak

January 13, 2026

35 min read

How to Handle Shadow DOM in Cypress | TestMu AI (Formerly LambdaTest)
How to Handle Shadow DOM in Cypress | TestMu AI (Formerly LambdaTest)

The Shadow DOM (Document Object Model) is a web standard that encapsulates styles, markup, and behavior within a scoped and isolated DOM subtree. In this tutorial, you will learn various approaches and techniques to handle elements within the Shadow DOM using Cypress effectively.

Kailash Pathak

Kailash Pathak

January 13, 2026

29 min read

How to Use Cypress in Headless Mode | TestMu AI (Formerly LambdaTest)
How to Use Cypress in Headless Mode | TestMu AI (Formerly LambdaTest)

In this Cypress tutorial, you will learn how to perform headless browser testing using Cypress on popular browsers like Chrome, Firefox, and WebKit.

Kailash Pathak

Kailash Pathak

January 13, 2026

32 min read

Mastering Cypress Viewport: Testing Your Responsive Designs | TestMu AI (Formerly LambdaTest)
Mastering Cypress Viewport: Testing Your Responsive Designs | TestMu AI (Formerly LambdaTest)

This tutorial helps you master Cypress viewports; the way to automate the mobile web view of an application using Cypress

Anshita Bhasin

Anshita Bhasin

January 13, 2026

43 min read

How to Perform E2E Testing Using Cypress CLI and Test Runner | TestMu AI (Formerly LambdaTest)
How to Perform E2E Testing Using Cypress CLI and Test Runner | TestMu AI (Formerly LambdaTest)

In this step-by-step Cypress tutorial, you will learn how to perform E2E testing using Cypress CLI and Test Runner.

Kailash Pathak

Kailash Pathak

January 13, 2026

31 min read

Cypress Testing Library: Getting Started Tutorial | TestMu AI (Formerly LambdaTest)
Cypress Testing Library: Getting Started Tutorial | TestMu AI (Formerly LambdaTest)

Explore how Cypress Testing Library enhances your testing approach. Learn to create modular and flexible tests that prioritize business behavior, ensuring the effectiveness of code quality verification.

Enrique

Enrique

January 13, 2026

27 min read

How To Write End-To-End Tests Using Cypress App Actions | TestMu AI (Formerly LambdaTest)
How To Write End-To-End Tests Using Cypress App Actions | TestMu AI (Formerly LambdaTest)

In this blog on Cypress App Actions, you will learn how Cypress App Actions differs from Page Object Model and how you will run tests with Cypress App Actions in a cloud grid like TestMu AI (Formerly LambdaTest).

Enrique

Enrique

January 13, 2026

25 min read

A Step-By-Step Guide To Cypress API Testing | TestMu AI (Formerly LambdaTest)
A Step-By-Step Guide To Cypress API Testing | TestMu AI (Formerly LambdaTest)

Step-by-step guide to Cypress API testing. Explore how Cypress, a user-friendly framework, enhances API testing for functionality, reliability, and performance.

Enrique

Enrique

January 13, 2026

31 min read

Running Tests In Cypress With GitHub Actions [Complete Guide] | TestMu AI (Formerly LambdaTest)
Running Tests In Cypress With GitHub Actions [Complete Guide] | TestMu AI (Formerly LambdaTest)

Read on this blog to learn how to set up CI/CD pipeline for test cases using Cypress with GitHub Actions.

Anshita Bhasin

Anshita Bhasin

January 13, 2026

30 min read

How To Get Started With Cypress Debugging | TestMu AI (Formerly LambdaTest)
How To Get Started With Cypress Debugging | TestMu AI (Formerly LambdaTest)

This Cypress testing tutorial on Cypress debugging discusses some of the best ways to debug your Cypress tests and explain each in detail

Dastan

Dastan

January 13, 2026

24 min read

Handling Touch And Mouse Events In Cypress [Tutorial] | TestMu AI (Formerly LambdaTest)
Handling Touch And Mouse Events In Cypress [Tutorial] | TestMu AI (Formerly LambdaTest)

In this Cypress tutorial, we talk about handling touch and mouse events when running Cypress test automation scripts.

Narayanan Palani

Narayanan Palani

January 13, 2026

19 min read

How To Perform Cypress Testing At Scale With TestMu AI (Formerly LambdaTest) | TestMu AI (Formerly LambdaTest)
How To Perform Cypress Testing At Scale With TestMu AI (Formerly LambdaTest) | TestMu AI (Formerly LambdaTest)

Cypress test automation on the TestMu AI (Formerly LambdaTest) grid comes with detailed test logs, screencast (or video grabs of performed tests), and more. These are valuable

Himanshu Sheth

Himanshu Sheth

January 13, 2026

5 min read

Playwright vs Cypress: Key Differences, and When to Use Each | TestMu AI (Formerly LambdaTest)
Playwright vs Cypress: Key Differences, and When to Use Each | TestMu AI (Formerly LambdaTest)

Delve into a comparative analysis of two widely-used automation testing frameworks: Playwright vs Cypress . Uncover their distinctive attributes and functionalities to discern which tool aligns best with your testing requirements.

Ioan Solderea

Ioan Solderea

January 11, 2026

33 min read

Record and Generate Tests With Cypress Studio | TestMu AI (Formerly LambdaTest)
Record and Generate Tests With Cypress Studio | TestMu AI (Formerly LambdaTest)

Cypress Studio lets you create, edit, and maintain end-to-end tests visually, simplifying test automation for faster, more reliable web app testing.

Tahera Alam

Tahera Alam

January 11, 2026

25 min read

Cypress Component Testing: A Complete Tutorial | TestMu AI (Formerly LambdaTest)
Cypress Component Testing: A Complete Tutorial | TestMu AI (Formerly LambdaTest)

Test your UI components in isolation with Cypress component testing. Debug faster, catch issues early, and ensure reliable, scalable front-end code.

Chosen Vincent

Chosen Vincent

January 11, 2026

24 min read

How to Perform Cypress React Native App Testing | TestMu AI (Formerly LambdaTest)
How to Perform Cypress React Native App Testing | TestMu AI (Formerly LambdaTest)

Learn how to perform Cypress React Native app testing by rendering them in the browser using Expo Web for reliable end-to-end testing.

Alex Anie

Alex Anie

January 11, 2026

17 min read

How to Use Cypress scrollIntoView() Command | TestMu AI (Formerly LambdaTest)
How to Use Cypress scrollIntoView() Command | TestMu AI (Formerly LambdaTest)

Learn how to use the Cypress scrollIntoView() command for smooth scrolling and element visibility checks. Explore practical examples to enhance your test automation.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

32 min read

How to Handle Dropdowns Using the Cypress .select() Command | TestMu AI (Formerly LambdaTest)
How to Handle Dropdowns Using the Cypress .select() Command | TestMu AI (Formerly LambdaTest)

Learn how to handle dropdowns in Cypress using the .select() command. Explore selecting options by text, value, or index for efficient test automation.

Alex Anie

Alex Anie

January 11, 2026

20 min read

How to Use Selenium and Cypress for Canvas Automation | TestMu AI (Formerly LambdaTest)
How to Use Selenium and Cypress for Canvas Automation | TestMu AI (Formerly LambdaTest)

Learn how to use Selenium and Cypress for Canvas automation. Explore real-world use cases for testing Canvas elements effectively.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

42 min read

How To Run Cypress Tests In Azure DevOps Pipeline | TestMu AI (Formerly LambdaTest)
How To Run Cypress Tests In Azure DevOps Pipeline | TestMu AI (Formerly LambdaTest)

Learn to run Cypress tests in Azure DevOps pipelines with this guide. Discover setup steps, test scenarios, and enhance your CI/CD workflows.

Kailash Pathak

Kailash Pathak

January 11, 2026

24 min read