Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 314 Bytes

Cypress Stand Alone

Tips

Run a single spec

Append your test command which could be npm t with the following:

-- --spec "cypress/integration/YOURSPEC.js"

So it might look like this:

npm t -- --spec "cypress/integration/demo.js

or

npm run cypress open -- --spec "cypress/integration/demo.js