actions-marketplace-validations/Behat (php-actions)
Run your Behat tests in your Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | What version of Behat to use | no | latest |
| php_version | What version of PHP to use | no | latest |
| php_extensions | Space separated list of extensions to configure with the PHP build | no | — |
| vendored_behat_path | Path to a vendored behat binary | no | — |
| config | Configuration file location | no | — |
| paths | Optional path(s) to exclude | no | — |
| suite | Only execute a specific suite | no | — |
| format | How to format tests output (pretty/progress/junit) | no | pretty |
| out | Write format output to a file/directory instead of STDOUT | no | — |
| name | Only executeCall the feature elements which match part of the given name or regex | no | — |
| tags | Only executeCall the features or scenarios with tags matching tag filter expression | no | — |
| role | Only executeCall the features with actor role matching a wildcard | no | — |
| definitions | Print all available step definitions (l to list, i to show extended info, 'needle' to find specific definitions) | no | — |
| memory_limit | Memory limit for tests | no | — |
| args | Extra arguments to pass to the behat binary | no | — |
Outputs
no outputs