mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
28 lines
662 B
Text
28 lines
662 B
Text
# This file is part of the Sylius package.
|
|
# (c) Paweł Jędrzejewski
|
|
|
|
default:
|
|
context:
|
|
class: Sylius\Bundle\WebBundle\Behat\FeatureContext
|
|
extensions:
|
|
Behat\MinkExtension\Extension:
|
|
base_url: "http://sylius.local/app_test.php"
|
|
default_session: symfony2
|
|
selenium2: ~
|
|
Behat\Symfony2Extension\Extension:
|
|
kernel:
|
|
path: app/SyliusKernel.php
|
|
class: SyliusKernel
|
|
mink_driver: true
|
|
|
|
frontend:
|
|
paths:
|
|
features: features/frontend
|
|
|
|
backend:
|
|
paths:
|
|
features: features/backend
|
|
|
|
api:
|
|
paths:
|
|
features: features/api
|