You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/guides/guides/debugging.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ Cypress is built using the {% url 'debug' https://github.com/visionmedia/debug %
242
242
**On Mac or Linux:**
243
243
244
244
```shell
245
-
DEBUG=cypress:* cypress open
245
+
DEBUG=cypress:* cypress run
246
246
```
247
247
248
248
**On Windows:**
@@ -252,7 +252,7 @@ set DEBUG=cypress:*
252
252
```
253
253
254
254
```shell
255
-
cypress open
255
+
cypress run
256
256
```
257
257
258
258
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