Skip to content

Commit 7f7928a

Browse files
committed
copy edits & remove superfluous video
1 parent 02fd997 commit 7f7928a

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

docs/guides/cloud/runs.mdx

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,22 @@ title: Runs
33
sidebar_position: 30
44
---
55

6-
Recorded runs capture the results from your test runs.
6+
Recorded runs capture the results from your test runs. Each specific area of
7+
this highly informative view is described below.
78

8-
:::info
9+
:::tip
910

10-
If you haven't set up your project to record
11-
[read here](/guides/cloud/projects#Setup).
11+
&#8239<Icon name="check-circle" color="green" /> If you haven't set up your
12+
project to record, [read here](/guides/cloud/projects#Setup).
1213

1314
:::
1415

16+
## Latest Runs
17+
18+
The Project entry point provides a high-level overview of your most recent runs.
19+
This view presents a paginated summary of the most recent runs which are
20+
filterable and can be manually refreshed in the top right corner.
21+
1522
## Run Details
1623

1724
On navigating to a specific run, you are presented with the Run Details page.
@@ -28,9 +35,9 @@ This page consists of a common header and four tabbed sub-pages,
2835

2936
At the left side of the header is important metadata about the run, including
3037
git author and branch
31-
[if available](/guides/continuous-integration/introduction#Git-information), run
32-
time and duration, CI data and more. Clicking on the three dots to the right of
33-
this section displays additional metadata, including browsers and operating
38+
([if available](/guides/continuous-integration/introduction#Git-information)),
39+
run time and duration, CI data and more. Clicking on the three dots to the right
40+
of this section displays additional metadata, including browsers and operating
3441
systems used, the Cypress version, and what
3542
[Smart Orchestration](/guides/cloud/smart-orchestration) settings were active.
3643

@@ -106,10 +113,10 @@ view, focusing attention on the specs producing the most relevant results.
106113

107114
It orders results by:
108115

109-
- Failed - when a failure occurred in the test or a hook associated with the
116+
- **Failed** - when a failure occurred in the test or a hook associated with the
110117
test
111-
- Flaky - when a test failed one or more attempts before finally passing
112-
- Modified - when the test body has changed from a previously recorded tests
118+
- **Flaky** - when a test failed one or more attempts before finally passing
119+
- **Modified** - when the test body has changed from a previously recorded tests
113120

114121
The panel shows these tests broken down by spec, with easy access to run
115122
artifacts, and a badge clearly indicating the reason the result was considered
@@ -131,8 +138,6 @@ results by a wide range of metrics, like
131138
[test statuses](/guides/core-concepts/writing-and-organizing-tests#Test-statuses)
132139
or [flaky tests](/guides/cloud/flaky-test-management).
133140

134-
The
135-
136141
<DocsImage
137142
src="/img/guides/cloud/runs/test-results.png"
138143
alt="Test Results tab"
@@ -141,11 +146,14 @@ The
141146
## Specs tab
142147

143148
Another way to look at your run is by "zooming out" to the spec file level,
144-
which is the purpose of the Specs tab. This tab lets you view spec results
145-
collected into [run groups](/guides/guides/parallelization#Grouping-test-runs),
146-
focusing either on run order, spec duration or
147-
[parallelization](/guides/guides/parallelization). You can switch between these
148-
views using the Views button bar in the top right.
149+
which is the purpose of the Specs tab. Remember, a spec file is a single file
150+
that can contain one or more test(s).
151+
152+
This tab lets you view spec results collected into
153+
[run groups](/guides/guides/parallelization#Grouping-test-runs). You can switch
154+
between views, focusing either on run order, spec duration or
155+
[parallelization](/guides/guides/parallelization) (per machine) using the Views
156+
button bar in the top right.
149157

150158
In all of these views, spec results may be clicked to open those tests in the
151159
Test Results tab.
@@ -208,7 +216,7 @@ time, performance breakdowns, listings of the test code itself, and more.
208216

209217
Contains the title of the failed test, and the spec it's located in. May also
210218
have labels indicating test status or other pertinent information, and shortcuts
211-
to raise tickets on integrated PM systems or view artifacts.
219+
to raise tickets on integrated project management systems or view artifacts.
212220

213221
<DocsImage
214222
src="/img/guides/cloud/runs/sidebar-header.png"
@@ -284,8 +292,6 @@ canceled by members of the project.
284292
run details page
285293
- Click **Yes, cancel this run** to confirm. **Note: this cannot be undone**
286294

287-
<DocsVideo src="/img/snippets/cancelling-run.mp4" title="Cloud cancel runs" />
288-
289295
### What happens when a run is canceled?
290296

291297
- The run status will update to canceled.
-578 KB
Binary file not shown.

0 commit comments

Comments
 (0)