From a568088577f949b11d49c1bd7e68e96d6bd09824 Mon Sep 17 00:00:00 2001 From: Paul Jaffre Date: Wed, 20 Sep 2023 15:51:06 -0400 Subject: [PATCH] update 'source' branch refs to 'feature' --- docs/guides/cloud/branch-review.mdx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/guides/cloud/branch-review.mdx b/docs/guides/cloud/branch-review.mdx index 792b6bcea7a..394df341732 100644 --- a/docs/guides/cloud/branch-review.mdx +++ b/docs/guides/cloud/branch-review.mdx @@ -23,7 +23,9 @@ See [how to enable](/guides/cloud/branch-review#Public-Beta-Access) this feature ## Overview -Cypress Branch Review is designed to elevate your pull request review workflow. It allows you to quickly identify the impact a pull request might have on your test suite in a single view. Compare which tests are failing, flaky, pending, added, or modified between the **source** and **base** branches and prevent the merging of low-quality code. +Cypress Branch Review is designed to elevate your pull request review workflow. It allows you to quickly identify the impact a pull request might have on your test suite in a single view. Compare which tests are failing, flaky, pending, added, or modified between the source and base branches and prevent the merging of low-quality code. + +A common scenario throughout the software development lifecycle (SDLC) is an engineer's **feature** branch that will be merged into the repo's **develop** or **main** branch. has run | has run | Comparison data using both found runs | -| has run | no run | Comparison data using last run on source branch | -| no run | has run | Non-comparison data with found source run | -| no run | no run | Non-comparison data using last run on source branch | +| Base Branch | Feature Branch | What Branch Review Displays | +| :-----------------------------------: | :-----------------------------------: | ---------------------------------------------------- | +| has run | has run | Comparison data using both found runs | +| has run | no run | Comparison data using last run on feature branch | +| no run | has run | Non-comparison data with found feature run | +| no run | no run | Non-comparison data using last run on feature branch | ## Best Practices