forked from redkite-labs/RedKiteCms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
executable file
·58 lines (54 loc) · 1.51 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:
paths:
features: features/cms
formatter:
name: pretty
parameters:
verbose: true
paths: false
snippets: false
context:
class: RedKiteLabs\RedKiteCms\RedKiteCmsBundle\Behat\FeatureContext
extensions:
Behat\MinkExtension\Extension:
default_session: symfony2
goutte: ~
selenium2: ~
browser_name: firefox
Behat\Symfony2Extension\Extension:
mink_driver: true
kernel:
path: app/AppKernel.php
class: AppKernel
env: test
debug: true
mysql:
paths:
features: features/install/mysql
extensions:
Behat\MinkExtension\Extension:
base_url: http://localhost/app.php
pgsql:
paths:
features: features/install/postgres
extensions:
Behat\MinkExtension\Extension:
base_url: http://localhost/app.php
sqlite:
paths:
features: features/install/sqlite
extensions:
Behat\MinkExtension\Extension:
base_url: http://localhost/app.php
cms:
paths:
features: features/cms
extensions:
Behat\MinkExtension\Extension:
base_url: http://localhost/rkcms.php/backend
Behat\Symfony2Extension\Extension:
kernel:
path: app/RedKiteCmsAppKernel.php
class: RedKiteCmsAppKernel
env: rkcms_test
debug: false