dannylbr/CyWebFlow Cypress Tests
Run Cypress tests for CyWebFlow project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 30, 2026
- License
- None
Pinned Snippet
uses: dannylbr/cywebflow@8a010023c0313d26b0501875977d31c6b00cc6a2 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cypress-command | Cypress command to run (e.g., run, open) | yes | run |
| spec-pattern | Pattern to select spec files (e.g., cypress/e2e/*.spec.js) | yes | cypress/e2e/*.spec.js |
| browser | Browser to run Cypress tests (e.g., chrome, firefox, edge) | yes | chrome |
| record | Whether to record the test run on Cypress Dashboard | no | false |
| record-key | Cypress Record Key (required if record is true) | no | — |
| parallel | Whether to run tests in parallel | yes | false |
| group | Group name for the test run on Cypress Dashboard | no | — |
| tag | Tags for the test run on Cypress Dashboard | no | — |
Outputs
no outputs