Initial commit
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Symfony Extension [](https://packagist.org/packages/friends-of-behat/symfony-extension) [](https://packagist.org/packages/friends-of-behat/symfony-extension) [](http://travis-ci.org/FriendsOfBehat/SymfonyExtension) [](https://scrutinizer-ci.com/g/FriendsOfBehat/SymfonyExtension/)
|
||||
|
||||
Integrates Behat with Symfony (both 2 and 3).
|
||||
|
||||
## Usage
|
||||
|
||||
1. Install it:
|
||||
|
||||
```bash
|
||||
$ composer require friends-of-behat/symfony-extension --dev
|
||||
```
|
||||
|
||||
2. Enable and configure in your Behat configuration:
|
||||
|
||||
```yaml
|
||||
default:
|
||||
# ...
|
||||
extensions:
|
||||
FriendsOfBehat\SymfonyExtension: Z
|
||||
```
|
||||
|
||||
3. Good luck & have fun!
|
||||
Reference in New Issue
Block a user