mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
* Update vendors. * Adjust the assortment bundle features. * Tweak the Behat configuration. * Add StofDoctrineExtensionsBundle.
22 lines
592 B
Text
22 lines
592 B
Text
# This file is part of the Sylius package.
|
|
# (c) Paweł Jędrzejewski
|
|
|
|
default:
|
|
context:
|
|
class: Context\FeatureContext
|
|
extensions:
|
|
Behat\MinkExtension\Extension:
|
|
base_url: "http://sylius.local/testgate.php"
|
|
default_session: symfony2
|
|
selenium2:
|
|
browser: htmlunit
|
|
Behat\Symfony2Extension\Extension:
|
|
kernel:
|
|
path: sylius/SyliusKernel.php
|
|
class: SyliusKernel
|
|
env: testing
|
|
mink_driver: true
|
|
|
|
no-js:
|
|
filters:
|
|
tags: "~@javascript"
|