tomatool/tomato-run
Run behavioral tests with Tomato
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Tomato version to use (e.g., "v1.0.0"). Defaults to the action version tag. | no | "" |
| config | Config file path | no | tomato.yml |
| features | Feature files or directories to run | no | "" |
| tags | Filter scenarios by tags (e.g., "@smoke and not @slow") | no | "" |
| scenario | Filter scenarios by name (regex pattern) | no | "" |
| no-reset | Skip state reset between scenarios (for debugging) | no | false |
| verbose | Verbose output (show debug logs) | no | false |
| quiet | Hide application logs during startup | no | false |
| skip-validate | Skip configuration validation before running tests | no | false |
| comment | Post/update a test summary comment on the PR | no | true |
Outputs
no outputs