On this page you find all important commands for the CLI tool behat. If the
command you are looking for is missing please ask our AI.
behat
Behat is an open source Behavior-Driven Development framework for PHP. It is a tool to support you in delivering software that matters through continuous communication, deliberate discovery and test-automation.
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