Skip to content

Instantly share code, notes, and snippets.

@takeit
Created January 16, 2018 09:41
Show Gist options
  • Save takeit/74643e7ad3ab85a9bf54dcede7e6c4ae to your computer and use it in GitHub Desktop.
Save takeit/74643e7ad3ab85a9bf54dcede7e6c4ae to your computer and use it in GitHub Desktop.
# 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