This repository has been archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
/
behat.yml.dist
58 lines (55 loc) · 2.1 KB
/
behat.yml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
default:
calls:
error_reporting: 14335 # E_ALL & ~E_USER_DEPRECATED
extensions:
Behat\Symfony2Extension:
kernel:
path: app/AppKernel.php
class: AppKernel
env: test
debug: false
Behat\MinkExtension:
base_url: http://localhost:8000/app_test.php
show_auto: false
selenium2:
wd_host: 127.0.0.1:4444/wd/hub
capabilities:
"browser": "firefox"
"version": "21"
sessions:
default:
symfony2: ~
javascript:
selenium2: ~
suites:
store:
paths:
- %paths.base%/features/store
contexts:
- Behat\MinkExtension\Context\MinkContext
- Elcodi\Bridge\BehatBridgeBundle\DoctrineContext
- Elcodi\Bridge\BehatBridgeBundle\Context
- Elcodi\Store\CoreBundle\Behat\Context
- Elcodi\Store\ProductBundle\Behat\Context
- Elcodi\Store\CartBundle\Behat\Context
- Elcodi\Store\GeoBundle\Behat\Context
admin:
paths:
- %paths.base%/features/admin
contexts:
- Behat\MinkExtension\Context\MinkContext
- Elcodi\Bridge\BehatBridgeBundle\DoctrineContext
- Elcodi\Bridge\BehatBridgeBundle\Context
- Elcodi\Admin\CoreBundle\Behat\Context
workflow:
paths:
- %paths.base%/features/workflow
contexts:
- Behat\MinkExtension\Context\MinkContext
- Elcodi\Bridge\BehatBridgeBundle\DoctrineContext
- Elcodi\Bridge\BehatBridgeBundle\Context
- Elcodi\Store\CoreBundle\Behat\Context
- Elcodi\Store\ProductBundle\Behat\Context
- Elcodi\Store\CartBundle\Behat\Context
- Elcodi\Store\GeoBundle\Behat\Context
- Elcodi\Admin\CoreBundle\Behat\Context