how to run specific feature test in cypress code example
Example 1: cypress run specific test
cypress run --spec 'path/to/files/*.spec.js'
Example 2: how to run cypress test
./node_modules/.bin/cypress run // just cypress run wont work
cypress run --spec 'path/to/files/*.spec.js'
./node_modules/.bin/cypress run // just cypress run wont work