mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update 2-Testing.md
Correct commands for launching Cypress tests in interactive mode
This commit is contained in:
parent
ec23d4ee8e
commit
099b26724e
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue