CYPRESS RUN TESTE ESPECIAL
cypress run --spec 'path/to/files/*.spec.js'
Quaint Quetzal
cypress run --spec 'path/to/files/*.spec.js'
cypress run --spec path/to/file.spec.js
it.only('just run this test', () => { ... })