Skip to content

Commit

Permalink
docs: add debugging instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadataei committed Sep 24, 2022
1 parent 6d88a9a commit 9e7cd02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ export default defineConfig({
})
```

## Debugging

Run your tests with the following environment variable to log the debugging
output:

```bash
DEBUG=cypress-vite
```

## Credits

Thanks to
Expand Down

0 comments on commit 9e7cd02

Please sign in to comment.