I want to toggle only running one test, so I don\'t have to wait for my other tests to see the result of one test.
Currently, I comment out my other tests, but this is r
There are multiple ways of achieving this.
.only
it
describe
npx cypress run --record --spec "cypress/integration/my-spec.js" npm run cypress -- --record --spec "cypress/integration/my-spec.js"