cypress more test in one it code example
Example 1: cypress run specific test
cypress run --spec 'path/to/files/*.spec.js'
Example 2: cypress abort test
abortStrategy: 'spec' | 'run'
cypress run --spec 'path/to/files/*.spec.js'
abortStrategy: 'spec' | 'run'