August 2025 Summaries
4 posts from Cypress
Filter
Month:
Year:
Post Summaries
Back to Blog
Cypress Accessibility offers a novel approach to accessibility automation by moving checks out of the test execution phase and integrating them into the processing pipelines of Cypress Cloud. Unlike traditional "in-test" accessibility checks, which can be slow and resource-intensive, the "out-of-test" method leverages Test Replay data and rules from the Axe-Core® library to generate detailed reports without affecting test performance. This approach eliminates the need for setup and training, providing inspectable HTML and CSS snapshots, detailed page/component reports, and built-in analytics, all while maintaining the original test behavior and performance. As a result, it allows teams to execute comprehensive accessibility scans across entire user journeys efficiently, producing actionable insights and enhancing the debugging experience.
Aug 26, 2025
866 words in the original blog post.
S Chathuranga Jayasinghe, an SDET at Riverty, shares his transformative journey in test automation during his tenure at Trackman, where the introduction of Cypress Cloud revolutionized their testing processes. Initially plagued by prolonged test runs and labor-intensive debugging, the team transitioned to a more efficient workflow that reduced test execution time from an hour to just seven minutes. By adopting Cypress Cloud's features like Test Replay, Smart Orchestration, and AI-powered error summaries, they achieved significant improvements in debugging efficiency, cutting debugging time by 70%, and enhancing test coverage without compromising speed. The integration of Project Analytics further helped identify performance bottlenecks, allowing for ongoing optimization and increased stability. Additionally, the team shifted from a Custom Commands-heavy structure to a Page Object Model approach, resulting in better-organized and more maintainable test code. The overall transformation led to faster feedback loops, more predictable releases, and a happier development team, with Cypress Cloud's integration fundamentally altering their approach to debugging and test maintenance.
Aug 21, 2025
931 words in the original blog post.
Cypress 15 introduces foundational improvements aimed at enhancing stability and preparing for future advancements, including significant updates to Cypress Studio, which now allows inline test editing and lays the groundwork for AI-assisted test creation. This release removes support for outdated technologies such as older Node.js versions, Webpack 4, and Angular 17, to focus on modern workflows and better integration capabilities. Notable under-the-hood changes include a visual refresh of the Cypress Command Log, fixes for TypeScript and ESM module issues, and updates to core commands for improved resilience in cross-origin scenarios. The upgrade also introduces support for Vite 7 and Angular 20, alongside renaming and expanding certain APIs to better align with new features. Users are encouraged to upgrade to Cypress 15, enable the experimentalStudio feature, and explore early access to upcoming AI-assisted capabilities.
Aug 20, 2025
520 words in the original blog post.
Cypress Accessibility has introduced a new rule called "Interactive elements should be semantically correct" that detects hidden accessibility issues by analyzing how users interact with elements on a page, going beyond what standard automated scans can reveal. This new rule has already identified hundreds of previously undetected issues in early-preview customers and is now available to all Cypress Accessibility projects in Cypress Cloud. By assessing keyboard and mouse interactions in tests, the rule identifies interactive elements that may be signaling one thing in markup but meaning something different to users, such as headers used incorrectly for navigation or images used as buttons. This helps developers find and correct accessibility problems earlier, ensuring that elements are implemented with the appropriate markup, making them accessible to all users, including those who depend on assistive technology. The new rule is part of a standard Cypress Accessibility report and does not trigger failures or alter accessibility scores, allowing developers to review and address the issues as needed.
Aug 07, 2025
1,047 words in the original blog post.