Last active
January 16, 2018 09:40
-
-
Save takeit/3e0d9fa0de4d5a1338c275e935399a2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# behat.yml | |
default: | |
suites: | |
default: | |
contexts: | |
- FeatureContext: | |
kernel: '@kernel' | |
- Behat\MinkExtension\Context\MinkContext | |
extensions: | |
Behat\Symfony2Extension: | |
kernel: | |
bootstrap: features/bootstrap/bootstrap.php | |
class: App\Kernel | |
Behat\MinkExtension: | |
base_url: "http://example.com/" | |
sessions: | |
default: | |
symfony2: ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment