@@ -181,7 +181,7 @@ in Cypress Cloud.
181181
182182The Debug page allows you to easily debug failed CI test runs from within the
183183Cypress 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
185185without leaving the Cypress app.
186186
187187This feature eliminates the tedious process of switching between Cypress, your
@@ -191,10 +191,12 @@ failed in your last recorded test run, as well as review screenshots, videos,
191191and logs from your tests.
192192
193193The 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
196- up until the current commit. The first ** 100** failed tests are listed, with a
197- link to Cypress Cloud to review the full run.
194+ matches the HEAD commit (the commit currently checked out in the working
195+ directory) of your local project. Users can see and switch to relevant runs
196+ within the Debug page. If no run is found for your current commit, then Cypress
197+ shows the most recent run in your branch's history up until the current commit.
198+ The first ** 100** failed tests are listed, with a link to Cypress Cloud to
199+ review the full run.
198200
199201To use this feature, you must ensure that git is properly configured for your
200202project and that you are sending git information to Cypress Cloud. Under some
0 commit comments