From 968a84bf7a0f21c6f2f972e6adeb9e418575309f Mon Sep 17 00:00:00 2001 From: Paul Jaffre Date: Tue, 14 Nov 2023 17:54:10 -0500 Subject: [PATCH] tweaks --- docs/guides/cloud/account-management/projects.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/cloud/account-management/projects.mdx b/docs/guides/cloud/account-management/projects.mdx index 01c3c33567..7ca8475c29 100644 --- a/docs/guides/cloud/account-management/projects.mdx +++ b/docs/guides/cloud/account-management/projects.mdx @@ -301,11 +301,13 @@ announcement. ## Best Practices +### Multi-repo Implementation + There is a sceario where you may have Cypress tests in a repo separate from the application code itself. This creates a sub-optimal [Branch Review](guides/cloud/branch-review) experience considering the commit and branch interpretation of each git directory. :::tip -For any given Cypress project, all commits or branches associated to recorded runs should belong to or relate to a single `.git` repository. +For any given Cypress project, all commits or branches associated to recorded runs should belong or relate to a single `.git` repository. :::