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: cypress/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Start a dev server and run the entire test suite:
10
10
11
11
$ npm run test:e2e
12
12
13
-
A single test file can be run by setting `SPEC` (to the filename, without the `.cy.js` suffix) and using `cy:run:single`:
13
+
A single test file can be run (against an already-running server, configured via `CYPRESS_BASE_URL` as above) by setting `SPEC` (to the filename, without the `.cy.js` suffix) and using `cy:run:single`:
0 commit comments