Home / Companies / Cypress / Blog / March 2022

March 2022 Summaries

3 posts from Cypress

Filter
Month: Year:
Post Summaries Back to Blog
Cypress has introduced several new features to enhance the functionality of its Dashboard, designed to streamline the process of finding and debugging tests. The updated Projects page now offers shortcuts to recently updated branches and displays key details such as the status of recent test runs and the number of contributors involved, providing a quick overview of project performance. Enhanced error details on the Run Overview page allow users to see the exact line of code that caused a test failure, along with contextual information like browser screenshots and videos, helping to diagnose issues more efficiently. Additionally, new favicons have been added to indicate the status of test runs directly on browser tabs, offering immediate visual feedback on whether a test is running, has passed, or failed. These updates aim to improve the user experience by making test management more intuitive and efficient.
Mar 28, 2022 475 words in the original blog post.
Real World Testing with Cypress (RWT) is a comprehensive four-course curriculum designed to educate developers and QA professionals on testing modern web applications using Cypress, an end-to-end testing tool. The curriculum aims to address the lack of centralized educational resources on testing principles and concepts, offering over 25 lessons that cover topics from foundational testing knowledge to advanced Cypress techniques. It includes real-world examples and tutorials, such as building and testing applications with Next.js and Shopify, and running tests in continuous integration environments. The curriculum emphasizes open-source collaboration, encouraging contributions from the community to enhance the educational material further. By offering practical examples and detailed explanations, RWT seeks to improve testing skills across various developer personas, ultimately fostering better software development practices.
Mar 28, 2022 730 words in the original blog post.
Zach Rattner, CTO and Co-Founder of Yembo, discusses the use of synthetic data to automate sensor processing tests, particularly in the context of Yembo's AI-powered virtual home inspections, which serve moving and insurance companies. The company utilizes computer vision algorithms to analyze client-submitted home videos, emphasizing the importance of high-quality video capture for optimal AI performance. Rattner explains how Yembo employs real-time user tips and motion monitoring through device accelerometers and gyroscopes to ensure quality video capture, highlighting the challenges of implementing motion data in production-grade applications due to device and browser inconsistencies. Despite these challenges, Yembo uses automated Cypress tests to verify and iterate new features, reducing reliance on manual testing and fostering rapid development. The approach includes recording motion data from various devices to create synthetic test scenarios, thereby ensuring Yembo's algorithms function correctly in diverse conditions.
Mar 11, 2022 1,978 words in the original blog post.