Hi when i do bin/behat --list-scenarios it does not list it run, as if options was ignore (but opions are present in help)
So bin/behat --list-scenarios | bin/fastest "bin/behat {}" does not work properly
bin/behat --help
Usage:
behat [options] [--] [<paths>]
Arguments:
paths Optional path(s) to execute. Could be:
- a Symfony2 bundle path (@BundleName/)
- a dir (features/)
- a feature (*.feature)
- a scenario at specific line (*.feature:10).
- all scenarios at or after a specific line (*.feature:10-*).
- all scenarios at a line within a specific range (*.feature:10-20).
- a scenarios list file (*.scenarios).
Options:
-s, --suite=SUITE Only execute a specific suite.
-f, --format=FORMAT How to format tests output. pretty is default.
Available formats are:
- pretty: Prints the feature as is.
- progress: Prints one character per step.
- junit: Outputs the failures in JUnit compatible files.
You can use multiple formats at the same time. (multiple values allowed)
-o, --out=OUT Write format output to a file/directory instead of
STDOUT (output_path). You can also provide different
outputs to multiple formats. (multiple values allowed)
--format-settings=FORMAT-SETTINGS Set formatters parameters using json object.
Keys are parameter names, values are values. (multiple values allowed)
--init Initialize all registered test suites.
--lang=LANG Print output in particular language.
--name=NAME Only executeCall the feature elements which match part
of the given name or regex. (multiple values allowed)
--tags=TAGS Only executeCall the features or scenarios with tags
matching tag filter expression. (multiple values allowed)
--role=ROLE Only executeCall the features with actor role matching
a wildcard.
--story-syntax Print *.feature example.
Use --lang to see specific language.
-d, --definitions=DEFINITIONS Print all available step definitions:
- use --definitions l to just list definition expressions.
- use --definitions i to show definitions with extended info.
- use --definitions 'needle' to find specific definitions.
Use --lang to see definitions in specific language.
--append-snippets Appends snippets for undefined steps into main context.
--no-snippets Do not print snippets for undefined steps after stats.
--strict Passes only if all tests are explicitly passing.
--order=ORDER Set an order in which to execute the specifications (this will result in slower feedback).
--rerun Re-run scenarios that failed during last execution.
--stop-on-failure Stop processing on first failed scenario.
--dry-run Invokes formatters without executing the tests and hooks.
--list-features Output a list of feature files to be executed by Behat
--list-scenarios Output a list of individual scenarios to be executed by Behat
Hi when i do
bin/behat --list-scenarios
it does not list it run, as if options was ignore (but opions are present in help)So
bin/behat --list-scenarios | bin/fastest "bin/behat {}"
does not work properlyMy behat config
My installation
I"m running php7