Skip to content

Commit

Permalink
change open to run (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oak Cooper authored and jennifer-shehane committed Sep 18, 2019
1 parent d3a0a6b commit d560f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/guides/guides/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Cypress is built using the {% url 'debug' https://github.com/visionmedia/debug %
**On Mac or Linux:**

```shell
DEBUG=cypress:* cypress open
DEBUG=cypress:* cypress run
```

**On Windows:**
Expand All @@ -252,7 +252,7 @@ set DEBUG=cypress:*
```

```shell
cypress open
cypress run
```

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

0 comments on commit d560f91

Please sign in to comment.