Skip to content

Commit 6eab9f6

Browse files
committed
copy updates
1 parent 263f081 commit 6eab9f6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/guides/core-concepts/cypress-app.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,18 +181,16 @@ in Cypress Cloud.
181181

182182
The Debug page allows you to easily debug failed CI test runs from within the
183183
Cypress app. From this page, you can review, rerun, and debug failed CI test
184-
runs that are recorded to Cypress Cloud (see [note above](#Overview)) all
184+
runs that are recorded to Cypress Cloud (see [note above](#Overview)) - all
185185
without leaving the Cypress app.
186186

187187
This feature eliminates the tedious process of switching between Cypress, your
188188
local editor, and CI output, in order to fix failed tests. It does this by
189-
enabling you to use the [Test Runner](#Test-Runner) to run only the tests that
190-
failed in your last recorded test run, as well as review screenshots, videos,
189+
enabling you to use the [Test Runner](#Test-Runner) to run only the tests that failed in your last recorded test run, as well as review screenshots, videos,
191190
and logs from your tests.
192191

193192
The Debug page shows the latest completed [test run](/guides/cloud/runs) that
194-
matches the HEAD commit of your local project. If no run is found for your
195-
current commit, then Cypress shows the most recent run in your branch's history
193+
matches the HEAD commit (the commit currently checked out in the working directory) of your local project. Users can see and switch to relevant runs within the Debug page. If no run is found for your current commit, then Cypress shows the most recent run in your branch's history
196194
up until the current commit. The first **100** failed tests are listed, with a
197195
link to Cypress Cloud to review the full run.
198196

0 commit comments

Comments
 (0)