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: docs/testing.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,13 +159,15 @@ There are two commands to run Cypress mock tests (always use the `:mock` variant
159
159
160
160
Running out of memory using the GUI? Cypress keeps track of a lot of data while testing. If you experience memory issues or crashes, use the following command to adjust the number of tests kept in memory:
161
161
```bash
162
-
npm run cypress:open:mock -- -- --config numTestsKeptInMemory=0
162
+
npm run cypress:open:mock -- --config numTestsKeptInMemory=0
0 commit comments