cyrun icon indicating copy to clipboard operation
cyrun copied to clipboard

cypress run that lets you select files or folders to run


MIT commitizen PRs styled with prettier All Contributors ngneat

Superhuman Cypress Run Command

cypress run that lets you select files or folders to run

Usage

Select one spec file or folder:

npx cyrun

Select multiple specs file or folders:

npx cyrun -m

Forward the original command args:

npx cyrun --headed

Checkout the complete options list in the official docs.