Examples (6)
Initialize a new Behat project
behat --initRun all tests
Run all tests from the specified suite
behat --suite suite_nameRun tests with a specific output formatter
behat --format pretty|progressRun tests and output results to a file
behat --out path/to/fileList the definitions in your test suites
behat --definitionsmade by @shridhargupta | data from tldr-pages