September 2023 Summaries
4 posts from Cypress
Filter
Month:
Year:
Post Summaries
Back to Blog
Cypress Cloud has launched a new feature called Branch Review, designed to enhance the efficiency of pull request (PR) reviews by offering a detailed before-and-after view of changes in a test suite. This feature, integrated with GitHub, allows developers and QA engineers to swiftly identify and understand the impact of code changes on their test suites, addressing issues related to newly failed, flaky, and pending tests compared to the main branch. Previously, this process required cumbersome manual comparisons, but Branch Review simplifies it by providing a comprehensive view of test results, including interactive replays for debugging. The feature currently supports GitHub integration with plans to expand to other version control systems like GitLab and BitBucket in the future.
Sep 28, 2023
548 words in the original blog post.
The Cypress Team has announced that starting with version 13 of the Cypress app, they will be enforcing data recording restrictions to protect their intellectual property, which may block certain third-party products and services. This change is intended to have no impact on the vast majority of users, including those within the broader Cypress ecosystem. The decision comes as the company seeks to balance its open-source mission with the need to sustain itself financially through its commercial product, Cypress Cloud. Despite efforts to reach an agreement with the parties responsible for the affected third-party tools, no resolution was reached, leading to the implementation of these restrictions. Users not affected by the change will experience no service disruptions, while those impacted are encouraged to reach out for dedicated assistance. The company values fair competition and ethical business practices, and appreciates the understanding and support of its community as it implements this change.
Sep 25, 2023
336 words in the original blog post.
The Cypress Team has announced the release of Cypress 13, which introduces a new feature called Test Replay that allows users to interact with previous tests as they occurred during Continuous Integration, eliminating the need for reproducing failures locally. This feature brings the debugging experience directly into Cypress Cloud, enabling users to view previous test runs in a live browser, inspect their application, and debug test failures. With Test Replay, users can step through each action, inspecting the application state at any point during the test run, and also view console and network logs as they happened in real time throughout the test. The release of Cypress 13 and Test Replay is expected to revolutionize the testing experience, providing a seamless time-traveling experience through tests and transforming development workflows. Test Replay is available by default with the update to Cypress 13 and can be used with all existing Cypress Cloud plans, including the free tier.
Sep 15, 2023
958 words in the original blog post.
Cypress recently introduced an innovative feature called Test Replay in Cypress 13, which enhances the debugging experience by allowing developers to interact with tests as they occurred during Continuous Integration (CI) without needing to reproduce failures locally. This feature, part of Cypress Cloud, captures essential data like network requests, console logs, and JavaScript errors, enabling developers to pause, play, and inspect applications as if they were in a local environment, thus reducing the time and effort spent on debugging. Test Replay is included in all Cypress Cloud plans and is currently available for Chromium-based browsers. The feature has been well received by Cypress Ambassadors, who highlight its time-saving benefits and ease of collaboration. Cypress Cloud further supports test management at scale with features like Branch Review and improved flake detection. Looking ahead, Cypress aims to enhance application quality by integrating visual diffing, accessibility reporting, and interactivity coverage into its toolkit, simplifying tech stacks and streamlining testing processes.
Sep 12, 2023
915 words in the original blog post.