Cloud CLI v0.4.0: View and control Test Replay locally with `cy-cloud replay view`

ReleasedReleased on September 16, 2026

The @cypress/cloud v0.4.0 release added a core capability to the Cloud CLI. The new cy-cloud replay view commands enable your AI agent to view a Test Replay locally. Similar to cypress tap, which was released in Cypress v15.21.0, cy-cloud replay view lets an agent step through commands, inspect your application's markup and styles, and generate screenshots at any moment of your recorded test without leaving the terminal.

Other improvements in v0.4.0 include:

  • Richer per-attempt data returned from cy-cloud test get, including failure screenshots

  • The ability to list only specs and tests that are flaky with the new --onlyFlaky flag

  • @cypress/cloud simplified now uses Node's bundled SQLite engine for interacting with Test Replay