From 099b26724e2705983b80abc57c14b7f16f2e8eb2 Mon Sep 17 00:00:00 2001 From: gillespi314 <73313222+gillespi314@users.noreply.github.com> Date: Sun, 11 Jul 2021 10:51:05 -0500 Subject: [PATCH] Update 2-Testing.md Correct commands for launching Cypress tests in interactive mode --- docs/3-Contributing/2-Testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/3-Contributing/2-Testing.md b/docs/3-Contributing/2-Testing.md index c8af608c5d..03f86b5585 100644 --- a/docs/3-Contributing/2-Testing.md +++ b/docs/3-Contributing/2-Testing.md @@ -164,13 +164,13 @@ Tests can be run in interactive mode, or from the command line. For Fleet Core tests: ``` -yarn cypress:browser-core +yarn e2e-browser:core ``` For Fleet Basic tests: ``` -yarn cypress:browser-basic +yarn e2e-browser:basic ``` Use the graphical UI controls to run and view tests.