php-censor/docs/en/plugins/behat.md
Dmitry Khomutov 320a249153 Improved docs
2016-07-19 15:22:22 +06:00

504 B

Plugin Behat

A very simple plugin for running Behat BDD tests.

Configuration

Options

  • executable [string, optional] - Allows you to provide a path to the Behat binary (defaults to PHPCI root, vendor/bin, or a system-provided Behat binary).
  • features [string, optional] - Provide a list of Behat features to run.

Examples

  test:
    behat:
      executable: "path to behat binary"
      features: "command line arguments"