cypress-repeat

Run Cypress test suite multiple times in a row

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Run Cypress multiple times in a row

Commands

cypress-repeat

Examples

Run Cypress tests 5 times consecutively$ cypress-repeat --count 5
Run tests 3 times with a specific spec file$ cypress-repeat --count 3 --spec 'cypress/e2e/login.cy.js'
Run tests repeatedly with custom Cypress options$ cypress-repeat --count 10 -- --browser chrome --headed