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
To run a specific file through Terminal:
npx cypress run --record --spec "cypress/integration/my-spec.js" npm run cypress -- --record --spec "cypress/integration/my-spec.js"