June 2022 Summaries
6 posts from Cypress
Filter
Month:
Year:
Post Summaries
Back to Blog
The release of Cypress 10.3.0 introduces significant enhancements aimed at speeding up testing workflows by integrating actionable test data directly into the Cypress app. This update allows users to access comprehensive test result data from the Cypress Dashboard, providing insights to optimize the development and testing process. Key features include the ability to view change history, monitor and fix tests within CI workflows, and identify performance issues through average spec duration. Cypress Product Manager Peter Stakoun emphasizes the commitment to delivering real-time insights to improve software development and testing. The new features are designed to enhance efficiency and provide a foundation for future improvements, while the Cypress Dashboard offers a streamlined interface for faster testing and debugging.
Jun 28, 2022
329 words in the original blog post.
Marko Kolasinac, a successful Cypress user, has developed a thriving business model focused on Cypress through his company, AssertQA, which promotes the tool internally and externally to improve workflows and developer experiences. As a Cypress Ambassador, Marko's motivation stems from his business's ties with Cypress, seeking community engagement and recognition for their achievements. He aids others by introducing Cypress at educational, professional, and customer levels, with a fondness for its simplicity. His professional pride lies in AssertQA's independent growth, and he enjoys motorcycle riding outside work. The Cypress Ambassador program supports global advocates by offering opportunities and resources, with a focus on highlighting Ambassadors' contributions and community empowerment.
Jun 23, 2022
356 words in the original blog post.
Cypress 10.2.0 introduces native support for Apple silicon, specifically the M1 and M2 Mac processors, enhancing performance and speed for users running tests on these devices. Previously, Cypress tests on M1 Macs required Intel emulation through Rosetta 2, but the new update eliminates this need by providing native Apple silicon builds. As a result, users can experience significant improvements, with tests in Electron running 2.5 times faster and a 70% reduction in the time taken to open the Cypress app. This update aims to deliver optimal performance, speed, and reliability for Cypress users on Apple devices, and the appropriate native binary is installed automatically upon upgrading.
Jun 21, 2022
234 words in the original blog post.
Lasitha Wijenayake, a dedicated Cypress Ambassador, has significantly contributed to the Cypress community by establishing a Facebook group for members in Sri Lanka and India, facilitating the resolution of issues related to Cypress features and usage. Passionate about promoting test automation, Lasitha values the cy.intercept() feature and emphasizes best practices like organizing tests and controlling application states. His engagement with the community extends beyond professional contributions, as he enjoys hobbies like football and gaming. The Cypress Ambassador program, which supports top advocates globally, offers ambassadors speaking opportunities, personalized hubs, and enhanced visibility, aiming to empower these leaders to inspire and assist others in the community, with plans for more engagement and events throughout the year.
Jun 16, 2022
365 words in the original blog post.
Murat K Ozcan, a prominent figure in the Cypress community and an all-star moderator, plays a significant role in supporting and educating new members through various platforms like blogs, vlogs, and mentoring. His passion for Cypress is evident, particularly in his enthusiasm for component testing, which he finds revolutionary compared to traditional end-to-end testing. Murat emphasizes the importance of order-independent, stateless tests to ensure isolated results, reflecting his commitment to best practices in software engineering. Outside of his professional life, he enjoys fitness, self-improvement, and gaming. A notable career milestone for Murat was his transition from Siemens to Extend, where he had the opportunity to build a new test architecture. The Cypress Ambassador Program, which Murat is part of, aims to empower advocates like him by offering speaking opportunities and enhancing their visibility, while also focusing on expanding the program to include new resources and experiences.
Jun 02, 2022
459 words in the original blog post.
Cypress 10 introduces significant upgrades, including a revamped app interface, streamlined workflows, and the integration of component testing, which is now in beta. This release enhances user experience with features like a new JavaScript/TypeScript-based config file, improved error messages, and the ability to switch testing types without closing the browser. Component testing, previously an alpha release, allows developers to test front-end components in isolation, providing real-time, visual feedback with tests rendered in a real browser, which helps maintain consistency with the development environment. This testing approach complements end-to-end testing by focusing on individual component functionality rather than the entire application, and it integrates seamlessly with existing Cypress APIs, reducing the learning curve for users. The release supports popular frameworks like React, Vue, and preliminary support for NextJS and Nuxt, aiming to enhance developer productivity and confidence in application performance.
Jun 01, 2022
1,415 words in the original blog post.