From d34a821869db15c0ea39e4625a073b0dd2ccef93 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Tue, 15 Feb 2022 14:33:03 +0100 Subject: [PATCH] add note to documentation Signed-off-by: Emma Indal --- packages/techdocs-cli/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/techdocs-cli/README.md b/packages/techdocs-cli/README.md index b3bc860768..efedf89156 100644 --- a/packages/techdocs-cli/README.md +++ b/packages/techdocs-cli/README.md @@ -96,3 +96,5 @@ Run the cypress tests ```sh yarn cypress:open ``` + +> If its the first time you run Cypress, it will run a "Verifying Cypress can run" step. This step can result in a "Cypress verification timed out" error. If that is the case, let the verification step run and then run the command again and it should succeed.