<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>TestMu AI — Cypress Testing (Blog &amp; Learning Hub)</title>
    <link>https://www.testmuai.com/blog/category/cypress-testing/</link>
    <atom:link href="https://www.testmuai.com/blog/category/cypress-testing/feed.xml" rel="self" type="application/rss+xml" />
    <description>The latest Cypress Testing articles from the TestMu AI Blog and Learning Hub.</description>
    <language>en-us</language>
    <lastBuildDate>Fri, 26 Jun 2026 00:00:00 +0000</lastBuildDate>
    <generator>TestMu AI feed builder</generator>
    <item>
      <title>Cypress vs Playwright: Key Differences and When to Use Each</title>
      <link>https://www.testmuai.com/blog/cypress-vs-playwright/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-vs-playwright/</guid>
      <pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Ioan Solderea</dc:creator>
      <category>Automation</category>
      <category>Cypress Testing</category>
      <category>Playwright Testing</category>
      <description>Compare Playwright vs Cypress test stability. Learn how auto-wait and retry mechanisms affect flakiness in real-world projects.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/Cypress-vs-Playwright.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Cypress .should() Command: A Detailed Guide</title>
      <link>https://www.testmuai.com/blog/cypress-should-command/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-should-command/</guid>
      <pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Anshita Bhasin</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>Cypress assertions help verify the expected behavior of application under test. In this guide, learn how to use the Cypress .should() command with examples.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/unnamed-2024-05-07T173141.813.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Avoid Anti-Patterns In Cypress</title>
      <link>https://www.testmuai.com/blog/avoid-anti-patterns-in-cypress/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/avoid-anti-patterns-in-cypress/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/04/How-To-Avoid-Anti-Patterns-In-Cy-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Check If An Element Exists In Cypress: A Detailed Guide</title>
      <link>https://www.testmuai.com/blog/check-if-an-element-exists-in-cypress/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/check-if-an-element-exists-in-cypress/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/03/Check-If-An-Element-Exists-In-Cypress-A-Detailed-Guide.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Perform Cypress Accessibility Testing</title>
      <link>https://www.testmuai.com/blog/cypress-accessibility-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-accessibility-testing/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>This article on Cypress accessibility testing discusses the importance of accessibility testing and how to perform Cypress accessibility testing on a cloud grid.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/06/How-To-Perform-Cypress-Accessibi-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How to Use Cypress in Headless Mode</title>
      <link>https://www.testmuai.com/blog/cypress-headless-mode/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-headless-mode/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Kailash Pathak</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>In this Cypress tutorial, you will learn how to perform headless browser testing using Cypress on popular browsers like Chrome, Firefox, and WebKit.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/09/How-To-Use-Cypress-In-Headless-Mode-1-1-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use Cypress scrollIntoView() Command</title>
      <link>https://www.testmuai.com/blog/cypress-scrollintoview/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-scrollintoview/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to use the Cypress scrollIntoView() command for smooth scrolling and element visibility checks. Explore practical examples to enhance your test automation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/03/Use-Cypress-scrollIntoView-Command.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Complete Guide To Cypress Visual Regression Testing</title>
      <link>https://www.testmuai.com/blog/cypress-visual-regression-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-visual-regression-testing/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>A quick guide on how to perform Cypress visual regression testing on a cloud Cypress grid like TestMu AI (Formerly LambdaTest).</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/01/cypress-visual-regression-testing.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>Detailed Guide on How To Fill And Submit Forms In Cypress</title>
      <link>https://www.testmuai.com/blog/fill-and-submit-forms-in-cypress/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/fill-and-submit-forms-in-cypress/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Sachin</dc:creator>
      <category>Automation</category>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/12/Submit-Forms-In-Cypress-1.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Handle iFrames In Cypress</title>
      <link>https://www.testmuai.com/blog/how-to-handle-iframes-in-cypress/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-handle-iframes-in-cypress/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>This blog demonstrates how to handle iFrames in Cypress using the cy.iframe() command on the cloud grid.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/02/Handling2520iFrames2520In2520Cypress.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Perform Cypress Testing At Scale With TestMu AI (Formerly LambdaTest)</title>
      <link>https://www.testmuai.com/blog/how-to-perform-cypress-testing-at-scale-with-testmu/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/how-to-perform-cypress-testing-at-scale-with-testmu/</guid>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Automation</category>
      <category>Cypress Testing</category>
      <description>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</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/06/Cypress-Testing-At-Scale-With-LambdaTest.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Find HTML Elements Using Cypress Locators</title>
      <link>https://www.testmuai.com/blog/finding-html-elements-using-cypress-locators/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/finding-html-elements-using-cypress-locators/</guid>
      <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Sachin</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>In this Cypress tutorial, we will learn to use Cypress locators to access WebElements in the DOM for realizing Cypress automation tests.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/09/image11.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use Cypress Skill With Claude Code [2026]</title>
      <link>https://www.testmuai.com/learning-hub/cypress-skill/</link>
      <guid isPermaLink="true">https://www.testmuai.com/learning-hub/cypress-skill/</guid>
      <pubDate>Mon, 25 May 2026 14:23:16 +0000</pubDate>
      <dc:creator>Salman Khan</dc:creator>
      <category>Cypress Testing</category>
      <category>AI</category>
      <description>Learn what a Cypress skill is, how to install TestMu AI&apos;s Cypress Skill in Claude Code, and run cloud-based Cypress tests step by step.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/cypress-skill-og.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Cypress Viewport: Test Responsive Design with cy.viewport()</title>
      <link>https://www.testmuai.com/blog/cypress-viewport/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-viewport/</guid>
      <pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Anshita Bhasin</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>Learn how to use cy.viewport() in Cypress to test responsive designs across screen sizes, device presets, orientations, and the TestMu AI real device cloud.</description>
      <media:content url="https://assets.testmuai.com/resources/images/meta/cypress-viewport-new-og.webp" medium="image" type="image/webp" />
    </item>
    <item>
      <title>Handling Touch And Mouse Events In Cypress [Tutorial]</title>
      <link>https://www.testmuai.com/blog/handling-touch-and-mouse-events-in-cypress/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/handling-touch-and-mouse-events-in-cypress/</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Narayanan Palani</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>In this Cypress tutorial, we talk about handling touch and mouse events when running Cypress test automation scripts.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/09/Cypress-Events.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Unleashing Cypress Performance Testing using Lighthouse</title>
      <link>https://www.testmuai.com/blog/using-cypress-google-lighthouse-performance-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/using-cypress-google-lighthouse-performance-testing/</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Narayanan Palani</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>Unlock the power of Cypress performance testing with Lighthouse. Measure speed, SEO, accessibility, and best practices for optimal user experience and performance.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/08/Cypress-Google-Lighthouse.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Get Started With Cypress Debugging</title>
      <link>https://www.testmuai.com/blog/cypress-debugging/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-debugging/</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Dastan</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>This Cypress testing tutorial on Cypress debugging discusses some of the best ways to debug your Cypress tests and explain each in detail</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/11/How252525252520To252525252520Get252525252520Started252525252520With252525252520Cypress252525252520Debugging.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Cypress Logs: How to Improve Custom Commands Visibility</title>
      <link>https://www.testmuai.com/blog/cypress-logs/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-logs/</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Uma Victor</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Enhance your Cypress logs with improved visibility for custom commands. Check out examples and best practices to effectively manage and use logs.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/11/LambdatestOG.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Cypress Testing Framework Tutorial: Complete Guide to Test Automation with Cypress</title>
      <link>https://www.testmuai.com/blog/getting-started-with-cypress/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/getting-started-with-cypress/</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Sachin</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/05/image7-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>A Step-By-Step Guide To Cypress API Testing</title>
      <link>https://www.testmuai.com/blog/cypress-api-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-api-testing/</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>Step-by-step guide to Cypress API testing. Explore how Cypress, a user-friendly framework, enhances API testing for functionality, reliability, and performance.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/12/unnamed2023-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Cypress Best Practices For Test Automation [2026]</title>
      <link>https://www.testmuai.com/blog/cypress-best-practices/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-best-practices/</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Dastan</dc:creator>
      <category>Cypress Testing</category>
      <description>This blog will teach you the Cypress best practices to write reliable and high-quality test codes while performing Cypress testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/03/Cypress-Best-Practices-For-Test-Automation-1200px-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Cypress End to End Testing: Detailed Tutorial</title>
      <link>https://www.testmuai.com/blog/cypress-end-to-end-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-end-to-end-testing/</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Kailash Pathak</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>Cypress End-to-end testing is a tool for web apps. Read now for efficient browser automation and reliable tests.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/08/OG-Cypress-End-to-End-Testing-Tutorial_-A-Detailed-Guide-3-1-1-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Record and Generate Tests With Cypress Studio</title>
      <link>https://www.testmuai.com/blog/cypress-studio/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-studio/</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Tahera Alam</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Cypress Studio lets you create, edit, and maintain end-to-end tests visually, simplifying test automation for faster, more reliable web app testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/09/Cypress_Studio_OG.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Cypress Automation Testing Tutorial: E2E Testing with Cypress</title>
      <link>https://www.testmuai.com/blog/cypress-test-automation-framework/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-test-automation-framework/</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Sachin</dc:creator>
      <category>Cypress Testing</category>
      <category>JavaScript</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/07/cypress-test-automation-framework.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Write End-To-End Tests Using Cypress App Actions</title>
      <link>https://www.testmuai.com/blog/cypress-app-actions/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-app-actions/</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>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).</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/01/Cypress-App-Actions-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Use Selenium and Cypress for Canvas Automation</title>
      <link>https://www.testmuai.com/blog/selenium-cypress-canvas-automation/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/selenium-cypress-canvas-automation/</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Himanshu Sheth</dc:creator>
      <category>Selenium Tutorial</category>
      <category>Automation</category>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>Learn how to use Selenium and Cypress for Canvas automation. Explore real-world use cases for testing Canvas elements effectively.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/01/unnamed-2025-01-06T133649.404.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Cypress Jenkins Tutorial: Working CI/CD Pipeline in 15 Mins</title>
      <link>https://www.testmuai.com/blog/jenkins-and-cypress-tutorial/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/jenkins-and-cypress-tutorial/</guid>
      <pubDate>Wed, 11 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>Cypress Testing</category>
      <category>CI/CD</category>
      <category>Tutorial</category>
      <description>Step-by-step setup for Jenkins pipelines, Docker, parallel testing, and cloud execution. Includes Jenkinsfile examples.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/09/How-to-Run-Cypress-With-Jenkins.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Scalable Cross Browser Testing With Cypress Framework</title>
      <link>https://www.testmuai.com/blog/cross-browser-testing-with-cypress-framework/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cross-browser-testing-with-cypress-framework/</guid>
      <pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Kritika Murari</dc:creator>
      <category>Cross Browser Testing</category>
      <category>Cypress Testing</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/08/cross-browser-testing-with-cypress-framework.jpg" medium="image" type="image/jpeg" />
    </item>
    <item>
      <title>How To Find Broken Links Using Cypress [With Examples]</title>
      <link>https://www.testmuai.com/blog/find-broken-links-using-cypress/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/find-broken-links-using-cypress/</guid>
      <pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>JavaScript</category>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>Want to find broken links on your website? Here&apos;s how you can do broken link testing on your website using Cypress.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2021/08/Broken-links-with-Cypress.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Getting started with Cypress for File uploading and downloading</title>
      <link>https://www.testmuai.com/blog/cypress-file-upload-and-download/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-file-upload-and-download/</guid>
      <pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Kailash Pathak</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/Getting-started-with-Cypress-for-File-uploading-and-downloading.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Migrating Test Automation Suite To Cypress 10</title>
      <link>https://www.testmuai.com/blog/cypress-10-migration/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-10-migration/</guid>
      <pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Adarsh M</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Read on this blog on Cypress 10 migration to learn how to migrate your test automation suite to Cypress 10.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/12/Migrating252520Test252520Automation252520Suite252520To252520Cypress25252010.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Cypress Component Testing: A Complete Tutorial</title>
      <link>https://www.testmuai.com/blog/cypress-component-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-component-testing/</guid>
      <pubDate>Tue, 30 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Chosen Vincent</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Test your UI components in isolation with Cypress component testing. Debug faster, catch issues early, and ensure reliable, scalable front-end code.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/08/Cypress-Component-Testing-1200px.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Perform E2E Testing Using Cypress CLI and Test Runner</title>
      <link>https://www.testmuai.com/blog/cypress-cli-and-test-runner/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-cli-and-test-runner/</guid>
      <pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Kailash Pathak</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>In this step-by-step Cypress tutorial, you will learn how to perform E2E testing using Cypress CLI and Test Runner.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/08/unnamed-2023-08-16T105127.615-1-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Perform Cypress React Native App Testing</title>
      <link>https://www.testmuai.com/blog/cypress-react-native-app-testing/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-react-native-app-testing/</guid>
      <pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Alex Anie</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to perform Cypress React Native app testing by rendering them in the browser using Expo Web for reliable end-to-end testing.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/07/LambdatestOG.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Running Tests In Cypress With GitHub Actions [Complete Guide]</title>
      <link>https://www.testmuai.com/blog/cypress-with-github-actions/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-with-github-actions/</guid>
      <pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Anshita Bhasin</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>Read on this blog to learn how to set up CI/CD pipeline for test cases using Cypress with GitHub Actions.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/12/Guide25252520To25252520Cypress25252520Testing.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Write Your First Cypress Test</title>
      <link>https://www.testmuai.com/blog/cypress-test/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-test/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Kailash Pathak</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <description>This blog guides you through writing your first Cypress test on local machines and cloud grids.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2024/01/How-to-Write-Your-First.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle Shadow DOM in Cypress</title>
      <link>https://www.testmuai.com/blog/shadow-dom-in-cypress/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/shadow-dom-in-cypress/</guid>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Kailash Pathak</dc:creator>
      <category>Automation</category>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/11/How-to-Handle-Shadow.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How to Handle Dropdowns Using the Cypress .select() Command</title>
      <link>https://www.testmuai.com/blog/cypress-select/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-select/</guid>
      <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Alex Anie</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to handle dropdowns in Cypress using the .select() command. Explore selecting options by text, value, or index for efficient test automation.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2025/03/LambdatestOG-1.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>Cypress Testing Library: Getting Started Tutorial</title>
      <link>https://www.testmuai.com/blog/cypress-testing-library/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-testing-library/</guid>
      <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Enrique</dc:creator>
      <category>Cypress Testing</category>
      <category>Tutorial</category>
      <description>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.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/06/Cypress-testing-library.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Run Cypress Tests In Azure DevOps Pipeline</title>
      <link>https://www.testmuai.com/blog/run-cypress-tests-in-azure-devops-pipeline/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/run-cypress-tests-in-azure-devops-pipeline/</guid>
      <pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Kailash Pathak</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn to run Cypress tests in Azure DevOps pipelines with this guide. Discover setup steps, test scenarios, and enhance your CI/CD workflows.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2022/10/unnamed-9.png" medium="image" type="image/png" />
    </item>
    <item>
      <title>How To Use Cypress Intercept For Handling Network Requests</title>
      <link>https://www.testmuai.com/blog/cypress-intercept/</link>
      <guid isPermaLink="true">https://www.testmuai.com/blog/cypress-intercept/</guid>
      <pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate>
      <dc:creator>Kailash Pathak</dc:creator>
      <category>Cypress Testing</category>
      <category>Automation</category>
      <category>Tutorial</category>
      <description>Learn how to use the Cypress intercept (cy.intercept()) method to handle and modify network requests effectively.</description>
      <media:content url="https://assets.testmuai.com/resources/uploads/2023/03/How-To-Use-Cypress-Intercept-For-Handling-Network-Requests.png" medium="image" type="image/png" />
    </item>
  </channel>
</rss>
