Skip to content

Commit 7a27469

Browse files
Update docs/cloud/features/branch-review.mdx
Co-authored-by: Tyler Biethman <[email protected]>
1 parent 9b4d99c commit 7a27469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud/features/branch-review.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repo's **develop** or **main** branch. Here's how this scenario appears in Branc
3535
alt="Cypress Branch Review"
3636
/>
3737

38-
Without Branch Review pinpointing changes in your test suite's results requires a manual side-by-side comparison between your newly-introduced branch's test runs and your base branch's test runs. This sub-optimal workflow often fails to answer the fundamental questions, _what changed_ and _why?_ You might be left wondering if the same tests are flaky between branches, when new failures were introduced, or if you added sufficient test coverage to your new branch.
38+
Without Branch Review, pinpointing changes in your test suite's results requires a manual side-by-side comparison between your newly-introduced branch's test runs and your base branch's test runs. This sub-optimal workflow often fails to answer the fundamental questions, _what changed_ and _why?_ You might be left wondering if the same tests are flaky between branches, when new failures were introduced, or if you added sufficient test coverage to your new branch.
3939

4040
## Getting Started
4141

0 commit comments

Comments
 (0)