php-censor/docs/en/plugins/behat.md

21 lines
509 B
Markdown
Raw Normal View History

2016-07-19 11:12:28 +02:00
Plugin Behat
------------
2016-07-17 16:20:35 +02:00
A very simple plugin for running [Behat](http://behat.org/) BDD tests.
2016-07-19 11:12:28 +02:00
Configuration
=============
2016-07-17 16:20:35 +02:00
### Options
2016-07-19 11:12:28 +02:00
2016-07-19 13:05:02 +02:00
- **executable** [string, optional] - Allows you to provide a path to the Behat binary (defaults to PHP Censor root, vendor/bin, or a system-provided Behat binary).
2016-07-17 16:20:35 +02:00
- **features** [string, optional] - Provide a list of Behat features to run.
2016-07-19 11:12:28 +02:00
### Examples
2016-07-17 16:20:35 +02:00
```yml
test:
behat:
executable: "path to behat binary"
features: "command line arguments"
```