Created
July 30, 2013 14:01
-
-
Save Halleck45/711a1b517e5e3ff33a7c to your computer and use it in GitHub Desktop.
ex de config behat
This file contains 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
default: | |
paths: | |
features: ../src/Hal/Manage/Crm/UiApi/Features/ | |
bootstrap: %behat.paths.features%/Context | |
extensions: | |
Behat\MinkExtension\Extension: | |
base_url: http://dev.manage | |
goutte: ~ | |
Behat\Symfony2Extension\Extension: | |
mink_driver: true | |
Behat\MinkExtension\Extension: | |
default_session: 'symfony2' | |
context: | |
class: Hal\Manage\Crm\UiApi\Features\Context\FeatureContext | |
parameters: | |
base_url: app_dev.php/ | |
app_root: ./ | |
api: | |
wsse: | |
enabled: true | |
token_uri: /api/token |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment