Skip to content

Instantly share code, notes, and snippets.

@Nek-
Created September 11, 2014 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nek-/29012e6e6bd5869c5531 to your computer and use it in GitHub Desktop.
Save Nek-/29012e6e6bd5869c5531 to your computer and use it in GitHub Desktop.
default:
autoload:
'Context': %paths.base%/features
suites:
default:
type: symfony_bundle
bundle: App
path: %paths.base%/features
contexts:
- Context\FeatureContext
- Context\CommandContext
- Knp\FriendlyContexts\Context\EntityContext
extensions:
Behat\MinkExtension:
base_url: 'http://app.dev.com/app_test.php'
goutte: ~
selenium2: ~
default_session: goutte
javascript_session: selenium2
show_auto: true
show_cmd: chrome %s
Behat\Symfony2Extension: ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment