cypress open --spec code example
Example 1: cypress run specific test
cypress run --spec 'path/to/files/*.spec.js'
Example 2: cypress run specific test
cypress run --spec path/to/file.spec.js
cypress run --spec 'path/to/files/*.spec.js'
cypress run --spec path/to/file.spec.js