Update 2-Testing.md

Correct commands for launching Cypress tests in interactive mode
This commit is contained in:
gillespi314 2021-07-11 10:51:05 -05:00 committed by GitHub
parent ec23d4ee8e
commit 099b26724e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.