behat
A PHP framework for Behaviour-Driven Development.
- Initialise a new Behat project:
behat --init
behat
- Run all tests from the specified suite:
behat --suite={suite_name}
- Run tests with a specific output formatter:
behat --format {pretty|progress}
- Run tests and output results to a file:
behat --out {path/to/file}
- Display a list of definitions in your test suites:
behat --definitions
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).