2 Behat plugin
Mike Bronner edited this page 2015-09-30 07:18:37 -07:00

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.

Example

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