diff --git a/docs/guides/cloud/branch-review.mdx b/docs/guides/cloud/branch-review.mdx index 8d6767c7fd..349721b953 100644 --- a/docs/guides/cloud/branch-review.mdx +++ b/docs/guides/cloud/branch-review.mdx @@ -27,20 +27,47 @@ To access Branch Review, navigate to the **Branches** tab in the left sidebar an alt="Get to Branch Review" /> -When on the review screen, you will see tabs Failures, Flaky, Pending, Added, and Modified. Each tab will show you the tests that fall into that category. You can click on a test to view the test details. +## Branch Details + +### View Options + +Branch Review is the default view of the **Branches** tab. You can also toggle to see a list of Runs filtered by this branch. -The arrows next to the numbers in each of the tabs indicate... -If there are multiple pull requests open for the same branch, you can select the pull request you want to review from the dropdown to the right of the commit message: +### Review Header + +At the left side of the header is the Git commit message, PR selector, PR status and base and target branch indicators. If there are multiple pull requests open for the same branch, you can select the pull request you want to review from the dropdown to the right of the commit message. + +The right side of the header includes the Cypress Cloud test run number and test summary. Clicking the test run number will link you directly to the [test overview](/guides/cloud/recorded-runs#Overview-tab). + + +### Review Test Status + +When on the review screen, you will see tabs Failures, Flaky, Pending, Added, and Modified. Each tab will show you the tests that fall into that category. You can click on a test to view the test details. + + + +The arrows next to the numbers in each of the tabs indicate: +- + + total number increased in your branch +- + + total number decreased in your branch +- + + there are new items, but the total count remained the same - for example, 1 resolved and 1 added diff --git a/static/img/guides/cloud/branch-review/branch-review-header.jpg b/static/img/guides/cloud/branch-review/branch-review-header.jpg new file mode 100644 index 0000000000..1e446c06b1 Binary files /dev/null and b/static/img/guides/cloud/branch-review/branch-review-header.jpg differ diff --git a/static/img/guides/cloud/branch-review/branch-review-views.jpg b/static/img/guides/cloud/branch-review/branch-review-views.jpg new file mode 100644 index 0000000000..16d56ebdf5 Binary files /dev/null and b/static/img/guides/cloud/branch-review/branch-review-views.jpg differ