Home / Companies / Cypress / Blog / August 2023

August 2023 Summaries

4 posts from Cypress

Filter
Month: Year:
Post Summaries Back to Blog
The Cypress Migrator is an educational tool developed by the Cypress Team to facilitate the transition from Protractor to Cypress for testing, following the announcement of Protractor's end-of-life. This interactive platform allows users to paste Protractor code snippets and convert them into Cypress code, highlighting the differences between the two APIs. Although not designed to transform entire test suites, the tool aids in understanding the Cypress API through a hands-on approach, providing links to documentation and a list of used APIs. Given the significant differences between Protractor and Cypress, some code lacks direct equivalence and may be removed, while others might represent anti-patterns in Cypress. The tool is open source, encouraging community contributions under the MIT license, with the goal of enhancing the open-source community and improving testing practices.
Aug 21, 2023 604 words in the original blog post.
In a recent webinar, Brian Mann, the founder of Cypress, introduced Test Replay, a groundbreaking feature aimed at enhancing the debugging process in Cypress by addressing challenges faced in Continuous Integration (CI) environments. This new feature captures and reconstructs key events from tests, allowing developers to pause, play, rewind, and inspect tests interactively in the Cypress Cloud, similar to local debugging. By providing a detailed examination of the DOM, network activities, and application behavior, Test Replay facilitates quicker root cause analysis for test failures and inefficiencies. During its private beta, users reported significant improvements in debugging efficiency, and the feature is expected to further advance Cypress's capabilities beyond functional testing by offering insights into application quality. Test Replay is set to be released with Cypress version 13 and will be available with existing Cypress Cloud plans, promising to streamline testing workflows and simplify tech stacks for developers.
Aug 17, 2023 520 words in the original blog post.
CypressConf 2023 is set to be an exciting virtual event dedicated to modern testing practices, featuring Jennifer Wadella as the keynote speaker. As the Director of Angular Consulting at Bitovi and a prominent figure in the Kansas City tech community, Jennifer brings a wealth of experience in crafting high-performance web applications and fostering women's careers in technology. Her keynote, "Shifting Left: How to Build a Culture of Testing," will explore the integration of advanced testing tools like Cypress to bridge the gap between testing and engineering, promoting a cohesive testing culture and enhancing developer experiences. The conference promises a dynamic environment with diverse sessions, networking opportunities, and insights from leading experts, catering to both seasoned Cypress users and newcomers, with the goal of advancing skills in automated testing and delivering high-quality web applications.
Aug 16, 2023 341 words in the original blog post.
Cypress Versions 10, 11, and 12 offer significant enhancements in testing efficiency and capabilities, paving the way for the upcoming Version 13. Version 10 introduces a sleek interface, effortless configurations, and a Component Testing Beta, along with support for various platforms and real-time test data access. Version 11 improves performance with V8 snapshots and elevates Component Testing to general availability, while Version 12 advances cross-origin testing with new Session and Origin APIs and eliminates persistent errors with enhanced retry-ability. Insights from Productboard highlight the benefits of upgrading to Cypress 12, such as test isolation and improved debugging options. Looking ahead, Version 13 promises revolutionary app quality features like Test Replay, visual diffing, and advanced analytics for proactive issue resolution. The upgrades are designed to support testing excellence and innovation, with a dedicated support team available to assist with the transition.
Aug 14, 2023 537 words in the original blog post.