cypress run terminal headless code example
Example 1: how to run cypress test
./node_modules/.bin/cypress run // just cypress run wont work
Example 2: cypress run specific test
cypress run --spec path/to/file.spec.js
./node_modules/.bin/cypress run // just cypress run wont work
cypress run --spec path/to/file.spec.js