-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbehat.yml
60 lines (55 loc) · 2.03 KB
/
behat.yml
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
59
60
default:
context:
parameters:
rest_url: 'http://localhost'
extensions:
Behat\MinkExtension\Extension:
base_url: 'http://localhost'
goutte: ~
sahi: ~
selenium2:
capabilities: { "browser": "firefox", "version": "17"}
# This should be updated to selenium2 as soon as travis is running with selenium
javascript_session: sahi
# javascript_session: selenium2
browser_name: firefox
Behat\Symfony2Extension\Extension:
kernel:
bootstrap: ezpublish/autoload.php
path: ezpublish/EzPublishKernel.php
class: EzPublishKernel
env: behat
debug: true
mink_driver: true
paths:
features: vendor/ezsystems/
installdemocontent:
context:
class: eZ\Bundle\EzPublishLegacyBundle\Features\Context\FeatureContext
paths:
bootstrap: vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishLegacyBundle/Features/Context/FeatureContext
filters:
tags: '@democontent_install'
installdemoclean:
context:
class: eZ\Bundle\EzPublishLegacyBundle\Features\Context\FeatureContext
paths:
bootstrap: vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishLegacyBundle/Features/Context/FeatureContext
filters:
tags: '@democlean_install'
democontent:
context:
class: EzSystems\DemoBundle\Features\Context\ContentContext
paths:
features: vendor/ezsystems/demobundle/EzSystems/DemoBundle/Features
bootstrap: vendor/ezsystems/demobundle/EzSystems/DemoBundle/Features/Context
filters:
tags: '@democontent'
restapi:
context:
class: eZ\Bundle\EzPublishRestBundle\Features\Context\FeatureContext
paths:
features: vendor/ezsystems/behatbundle/EzSystems/BehatBundle/Features
bootstrap: vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishRestBundle/Features/Context
filters:
tags: '@adminFeature'