Skip to content

Instantly share code, notes, and snippets.

@lenybernard
Created February 2, 2015 21:48
Show Gist options
  • Save lenybernard/4e368f00834ee08bfdb5 to your computer and use it in GitHub Desktop.
Save lenybernard/4e368f00834ee08bfdb5 to your computer and use it in GitHub Desktop.
default:
context:
class: Victoire\Tests\Features\Context\FeatureContext
parameters:
wd_host: 'http://localhost:4444/wd/hub'
capabilities: { "browser": "firefox", "version": "33"}
extensions:
Behat\Symfony2Extension\Extension:
mink_driver: true
kernel:
path: Tests/Functionnal/app/AppKernel.php
bootstrap: Tests/Functionnal/bootstrap.php
Behat\MinkExtension\Extension:
default_session: 'symfony2'
javascript_session: 'selenium2'
base_url: 'http://127.0.0.1:8000/app.php/'
browser_name: firefox
goutte: ~
selenium2:
wd_host: 'http://localhost:4444/wd/hub'
capabilities: { "browser": "firefox", "version": "33"}
paths:
features: Tests/Features/
bootstrap: %behat.paths.features%/bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment