Skip to content

Commit d560f91

Browse files
Oak Cooperjennifer-shehane
authored andcommitted
change open to run (#2083)
1 parent d3a0a6b commit d560f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/guides/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Cypress is built using the {% url 'debug' https://github.com/visionmedia/debug %
242242
**On Mac or Linux:**
243243

244244
```shell
245-
DEBUG=cypress:* cypress open
245+
DEBUG=cypress:* cypress run
246246
```
247247

248248
**On Windows:**
@@ -252,7 +252,7 @@ set DEBUG=cypress:*
252252
```
253253

254254
```shell
255-
cypress open
255+
cypress run
256256
```
257257

258258
Read more {% url 'about the CLI options here' command-line#Debugging-commands %} and {% url "Good Logging" https://glebbahmutov.com/blog/good-logging/ %} blog post.

0 commit comments

Comments
 (0)