Skip to content

Commit

Permalink
revise screenshot & UI description
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffrepaul committed Sep 22, 2023
1 parent 8d98476 commit 5adbb08
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions docs/guides/cloud/branch-review.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,27 +112,23 @@ When on the review screen, you will see tabs Failures, Flaky, Pending, Added, an
<DocsImage
src="/img/guides/cloud/branch-review/branch-review-details.jpg"
alt="Branch Review Details"
caption="Viewing new failing tests for this PR"
/>

:::info

The status key indicates a change in state between the two branches:

- <img src="/img/guides/cloud/branch-review/test-status-up.png" /> total number introduced
in your branch
- <img src="/img/guides/cloud/branch-review/test-status-down.png" /> total number
decreased or resolved in your branch
- <img src="/img/guides/cloud/branch-review/test-status-total.png" /> total count,
for example, <em>3 new and 1 existing</em>

<hr />

The test state (failed, flaky, pending) is also indicated in the spec:

- _new_ = the state was <u>not</u> previously captured, but now <u>is</u> captured<br />(newly pending tests can imply an `it.skip()` was not removed)
- _existing_ = the state <u>was</u> previously captured and now <u>is still</u> captured
- _resolved_ = the state <u>was</u> previously captured but now is <u>no longer</u>
:::note

1. Review your PR information
2. Get a glance of changes in your branch across key statuses
3. See what has changed in a specific status
- <img src="/img/guides/cloud/branch-review/test-status-up.png" /> total number
introduced in your branch
- <img src="/img/guides/cloud/branch-review/test-status-down.png" /> total number
decreased or resolved in your branch
- <img src="/img/guides/cloud/branch-review/test-status-total.png" /> total count,
for example, <em>3 new and 1 existing</em>
4. The test state (failed, flaky, pending) is also indicated at the spec level
- _new_ = the state was <u>not</u> previously captured, but now <u>is</u> captured<br />(newly pending tests can imply an `it.skip()` was not removed)
- _existing_ = the state <u>was</u> previously captured and now <u>is still</u> captured
- _resolved_ = the state <u>was</u> previously captured but now is <u>no longer</u>

:::

Expand Down
Binary file modified static/img/guides/cloud/branch-review/branch-review-details.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5adbb08

Please sign in to comment.