Skip to content

Commit d5e278c

Browse files
author
Greg Bowler
committed
docs: list inputs
1 parent 8a6714b commit d5e278c

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,21 @@ Inputs
4747

4848
The 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

5266
The syntax for passing in custom input is the following:
5367

0 commit comments

Comments
 (0)