Skip to content

Instantly share code, notes, and snippets.

@takeit
Last active January 16, 2018 09:40
Show Gist options
  • Save takeit/3e0d9fa0de4d5a1338c275e935399a2a to your computer and use it in GitHub Desktop.
Save takeit/3e0d9fa0de4d5a1338c275e935399a2a to your computer and use it in GitHub Desktop.
# 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