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

22 lines
510 B
Markdown
Raw Permalink Normal View History

2016-07-19 11:12:28 +02:00
Plugin Behat
2017-01-04 13:22:20 +01:00
============
2016-07-19 11:12:28 +02:00
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
2017-01-04 13:22:20 +01:00
-------------
2016-07-19 11:12:28 +02:00
2016-07-17 16:20:35 +02:00
### Options
2016-07-19 11:12:28 +02:00
2017-07-18 15:54:24 +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"
```