
behat
List of commands for behat:
-
behat:tldr:097fa behat: Display a list of definitions in your test suites.$ behat --definitionstry on your machineexplain this command
-
behat:tldr:1ca98 behat: Run tests and output results to a file.$ behat --out ${filename}try on your machineexplain this command
-
behat:tldr:968e3 behat: Run all tests from the specified suite.$ behat --suite=${suite_name}try on your machineexplain this command
-
behat:tldr:a84ae behat: Run tests with a specific output formatter.$ behat --format ${select}try on your machineexplain this command
-
behat:tldr:e44d4 behat: Initialize a new Behat project.$ behat --inittry on your machineexplain this command