Skip to content

Commit f34f51f

Browse files
committed
lint
1 parent 6eab9f6 commit f34f51f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,17 @@ 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 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
190+
failed in your last recorded test run, as well as review screenshots, videos,
190191
and logs from your tests.
191192

192193
The Debug page shows the latest completed [test run](/guides/cloud/runs) that
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
194-
up until the current commit. The first **100** failed tests are listed, with a
195-
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.
196200

197201
To use this feature, you must ensure that git is properly configured for your
198202
project and that you are sending git information to Cypress Cloud. Under some

0 commit comments

Comments
 (0)