Skip to content

Commit bbbbfc8

Browse files
committedSep 9, 2022
docs
1 parent 20b79f2 commit bbbbfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cypress/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Start a dev server and run the entire test suite:
1010

1111
$ npm run test:e2e
1212

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`:
1414

1515
$ SPEC=home-page nr cy:run:single
1616

0 commit comments

Comments
 (0)