This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
behat.yml
81 lines (76 loc) · 3.36 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
default:
extensions:
Behat\MinkExtension:
base_url: 'http://localhost'
goutte: ~
sahi:
limit: 1200
selenium2:
capabilities: { "browser": "firefox", "version": "17"}
javascript_session: sahi
browser_name: firefox
Behat\Symfony2Extension:
kernel:
bootstrap: ezpublish/autoload.php
path: ezpublish/EzPublishKernel.php
class: EzPublishKernel
env: behat
debug: false
rest:
suites:
fullJson:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishRestBundle/Features ]
contexts:
- eZ\Bundle\EzPublishRestBundle\Features\Context\RestContext:
url: http://localhost/api/ezp/v2/
driver: BuzzDriver
type: json
fullXml:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishRestBundle/Features ]
contexts:
- eZ\Bundle\EzPublishRestBundle\Features\Context\RestContext:
url: http://localhost/api/ezp/v2/
driver: BuzzDriver
type: xml
guzzle:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishRestBundle/Features ]
contexts:
- eZ\Bundle\EzPublishRestBundle\Features\Context\RestContext:
url: http://localhost/api/ezp/v2/
driver: GuzzleDriver
type: json
demo:
suites:
content:
paths: [ vendor/ezsystems/demobundle/EzSystems/DemoBundle/Features/Content ]
contexts: [ EzSystems\DemoBundle\Features\Context\Content\Context ]
legacyAdmin:
extensions:
Behat\MinkExtension:
base_url: http://localhost/behat_site_admin
suites:
full:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishLegacyBundle/Features/Admin ]
contexts: [ eZ\Bundle\EzPublishLegacyBundle\Features\Context\Admin\Context ]
setupWizard:
suites:
demoContent:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishLegacyBundle/Features/SetupWizard ]
contexts: [ eZ\Bundle\EzPublishLegacyBundle\Features\Context\SetupWizard\Context ]
filters:
tags: '@demo && ~@clean && ~@skipByDefault'
demoClean:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishLegacyBundle/Features/SetupWizard ]
contexts: [ eZ\Bundle\EzPublishLegacyBundle\Features\Context\SetupWizard\Context ]
filters:
tags: '@demo && ~@content && ~@skipByDefault'
demoContentNonUniqueDB:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishLegacyBundle/Features/SetupWizard ]
contexts: [ eZ\Bundle\EzPublishLegacyBundle\Features\Context\SetupWizard\Context ]
filters:
tags: '@demo && ~@clean && ~@uniqueDatabaseSystem'
demoCleanNonUniqueDB:
paths: [ vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishLegacyBundle/Features/SetupWizard ]
contexts: [ eZ\Bundle\EzPublishLegacyBundle\Features\Context\SetupWizard\Context ]
filters:
tags: '@demo && ~@content && ~@uniqueDatabaseSystem'