https://github.com/netanelbasal/cyrun
cypress run that lets you select files or folders to run
https://github.com/netanelbasal/cyrun
cypress e2e-tests javascript
Last synced: over 1 year ago
JSON representation
cypress run that lets you select files or folders to run
- Host: GitHub
- URL: https://github.com/netanelbasal/cyrun
- Owner: NetanelBasal
- Created: 2020-04-22T12:58:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:56:15.000Z (over 3 years ago)
- Last Synced: 2024-10-12T08:19:38.996Z (over 1 year ago)
- Topics: cypress, e2e-tests, javascript
- Language: JavaScript
- Homepage: https://netbasal.com
- Size: 969 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[]()
[]()
[]()
[](https://github.com/prettier/prettier)
[](#contributors-)
[](https://github.com/ngneat/)
> Superhuman Cypress Run Command
`cypress run` that lets you select files or folders to run
## Usage
Select one spec file or folder:
```bash
npx cyrun
```

Select multiple specs file or folders:
```bash
npx cyrun -m
```
Forward the original command args:
```bash
npx cyrun --headed
```
Checkout the complete options list in the [official](https://docs.cypress.io/guides/guides/command-line.html#How-to-run-commands) docs.