February 2025 Summaries
4 posts from Cypress
Filter
Month:
Year:
Post Summaries
Back to Blog
Anna Patterson shares her experience as a Cypress Ambassador, highlighting how the tool's user-friendly interface and capabilities have significantly influenced her career in test automation. She actively contributes to the Cypress community by collaborating with her team, engaging in public speaking, and offering mentorship to make Cypress more accessible. Anna appreciates features like Cypress's Automatic Waiting and Retry, which streamline testing and reduce flakiness, and she emphasizes the importance of test isolation to ensure reliable results. Her professional achievements include speaking at over ten conferences and podcasts, and she advises new users to utilize Cypress documentation and community resources. The Cypress Ambassador program continues to grow, offering ambassadors opportunities for visibility and collaboration, reflecting the community's spirit of empowerment and learning.
Feb 27, 2025
567 words in the original blog post.
In a recent blog post, Mark Noonan introduces the Accessibility Branch Review feature in Cypress Cloud, which addresses a common challenge faced by teams in identifying the impact of specific code changes on accessibility without wading through a full report of existing issues. This new feature allows users to compare any two Cypress Accessibility reports, highlighting the changes between two builds of an application or content modifications, thereby streamlining the identification of new or altered accessibility issues. By utilizing existing Cypress tests without additional setup, this tool aims to expedite deployment, enhance the code review process, and minimize follow-up work related to accessibility, ultimately improving confidence in the accessibility process. This advancement is poised to become a primary method for leveraging Cypress Accessibility due to its efficiency in isolating affected areas, and interested users can explore its potential through a free trial.
Feb 26, 2025
332 words in the original blog post.
Cypress has announced support for automating Firefox using the new WebDriver BiDi protocol in its latest release, Cypress 14.1.0, marking a significant shift from the previously used Chrome DevTools Protocol (CDP) due to its deprecation in Firefox 129 and above. WebDriver BiDi is a cross-browser automation protocol that offers fast, efficient interactions with low-level control over browser automation, reflecting Cypress's dedication to adopting cutting-edge testing protocols. This update, which aligns with Firefox's future direction, is the result of collaboration between Cypress and the Firefox team, aiming to provide comprehensive automation capabilities. Although WebDriver BiDi is now the default, users can still opt to use CDP by setting a specific environment variable, though support for CDP in Firefox is planned to be removed in Cypress 15. Looking ahead, Cypress is committed to further enhancing and updating its automation technology by working closely with browser vendors and the testing community, paving the way for expanded capabilities across more browsers.
Feb 25, 2025
319 words in the original blog post.
The recent webinar on Automatic Test Creation with Cypress AI and Studio sparked significant interest, highlighting the ability to generate relevant and accurate tests through in-context learning (ICL) without retraining or fine-tuning models. This feature leverages AI models to analyze existing test code, ensuring the generation of tests that align with established team conventions. The technology currently supports standard Cypress tests and various frameworks, with plans to expand support based on community feedback. Cypress emphasizes strong security and privacy measures, including encrypted data handling and compliance with SOC 2 Type 2 standards. Test Generation is an opt-in feature, part of UI Coverage, and is available through a beta program, offering users the opportunity to enhance testing workflows and reduce repetitive test writing. Future enhancements may include support for Cucumber, API test generation, component testing, and more, driven by user input and real-world application.
Feb 12, 2025
755 words in the original blog post.