ritikpal1122/Runly
Natural language browser tests in CI. Write Playwright tests in plain English.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tests | Path to .runly test file or directory | no | tests/ |
| tag | Filter tests by tag | no | — |
| grep | Filter tests by name/content (regex) | no | — |
| parallel | Number of tests to run in parallel | no | 1 |
| browser | Browser engine (chromium|firefox|webkit) | no | chromium |
| ai-key | Anthropic API key for AI mode (optional) | no | — |
| vars | JSON string of variables for interpolation | no | — |
| vars-file | Path to JSON variables file | no | — |
| upload-artifacts | Upload screenshots/reports as artifacts on failure | no | true |
Outputs
| name | description |
|---|---|
| passed | Number of tests that passed |
| failed | Number of tests that failed |
| total | Total tests run |
| report-path | Path to the test reports directory |