File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,21 @@ Inputs
4747
4848The following configuration options are available:
4949
50- + ???
50+ + ` version ` What version of Behat to use (default: latest)
51+ + ` php_version ` What version of PHP to use (default: latest)
52+ + ` php_extensions ` Space separated list of extensions to configure with the PHP build
53+ + ` vendored_behat_path ` Path to a vendored behat binary
54+ + ` config ` Configuration file location
55+ + ` paths ` Optional path(s) to exclude
56+ + ` suite ` Only execute a specific suite
57+ + ` format ` How to format tests output (pretty/progress/junit)
58+ + ` out ` Write format output to a file/directory instead of STDOUT
59+ + ` name ` Only executeCall the feature elements which match part of the given name or regex
60+ + ` tags ` Only executeCall the features or scenarios with tags matching tag filter expression
61+ + ` role ` Only executeCall the features with actor role matching a wildcard
62+ + ` definitions ` Print all available step definitions (l to list, i to show extended info, 'needle' to find specific definitions)
63+ + ` memory_limit ` Memory limit for tests
64+ + ` args ` Extra arguments to pass to the behat binary
5165
5266The syntax for passing in custom input is the following:
5367
You can’t perform that action at this time.
0 commit comments