Created
January 16, 2018 09:41
-
-
Save takeit/74643e7ad3ab85a9bf54dcede7e6c4ae 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 | |
- behatch:context:json | |
- behatch:context:rest | |
extensions: | |
Behat\Symfony2Extension: | |
kernel: | |
bootstrap: features/bootstrap/bootstrap.php | |
class: App\Kernel | |
Behat\MinkExtension: | |
base_url: "http://example.com/" | |
sessions: | |
default: | |
symfony2: ~ | |
Behatch\Extension: ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment