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.