System Grab Bag

View all TLDR pages from common (or from all pages)

behat

A PHP framework for Behaviour-Driven Development. More information: https://behat.org.
  • Initialize a new Behat project:
    behat --init
  • Run all tests:
    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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.