...
npx cypress open will open the Cypress application, assuming you have it installed on your machine. This will allow you to choose which tests you would like to run through the Cypress GUI.
You can also use
Code Block --spec
to specify either an individual test, or a set of ttests contained within a certain directory.
Running coverage reports
Examples
Info |
---|
Different examples from within the codebase may be useful to illustrate different testing use cases |