-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat_suites.yml
88 lines (87 loc) · 3.89 KB
/
behat_suites.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
82
83
84
85
86
87
88
service:
suites:
examples:
paths:
- '%paths.base%/vendor/ibexa/behat/features/examples'
contexts:
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
- Ibexa\Behat\API\Context\LanguageContext
- Ibexa\Behat\API\Context\ObjectStateContext
- Ibexa\Behat\API\Context\RoleContext
- Ibexa\Behat\API\Context\TestContext
- Ibexa\Behat\API\Context\UserContext
- Ibexa\Behat\Core\Context\ConfigurationContext
setup:
suites:
volume-testing:
paths:
- vendor/ibexa/behat/features/setup/volume/
contexts:
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
- Ibexa\Behat\API\Context\LanguageContext
- Ibexa\Behat\API\Context\RoleContext
- Ibexa\Behat\API\Context\TestContext
- Ibexa\Behat\API\Context\UserContext
richtext-configuration:
paths:
- vendor/ibexa/behat/features/setup/richtextConfiguration/custom_tags.feature
- vendor/ibexa/behat/features/setup/richtextConfiguration/custom_styles.feature
contexts:
- Ibexa\Behat\Core\Context\ConfigurationContext
- Ibexa\Behat\Core\Context\FileContext
personas:
paths:
- '%paths.base%/vendor/ibexa/behat/features/personas'
contexts:
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
- Ibexa\Behat\API\Context\RoleContext
- Ibexa\Behat\API\Context\TestContext
- Ibexa\Behat\API\Context\UserContext
URIElement:
paths:
- '%paths.base%/vendor/ibexa/behat/features/setup/siteaccessMatcher/URIElement.feature'
contexts:
- Ibexa\Behat\API\Context\LanguageContext
- Ibexa\Behat\API\Context\TestContext
- Ibexa\Behat\Core\Context\ConfigurationContext
MapHost:
paths:
- '%paths.base%/vendor/ibexa/behat/features/setup/siteaccessMatcher/MapHost.feature'
contexts:
- Ibexa\Behat\API\Context\LanguageContext
- Ibexa\Behat\API\Context\TestContext
- Ibexa\Behat\Core\Context\ConfigurationContext
MapURI:
paths:
- '%paths.base%/vendor/ibexa/behat/features/setup/siteaccessMatcher/MapURI.feature'
contexts:
- Ibexa\Behat\API\Context\LanguageContext
- Ibexa\Behat\API\Context\TestContext
- Ibexa\Behat\Core\Context\ConfigurationContext
CompoundMapURIMapHost:
paths:
- '%paths.base%/vendor/ibexa/behat/features/setup/siteaccessMatcher/CompoundMapURIMapHost.feature'
contexts:
- Ibexa\Behat\API\Context\LanguageContext
- Ibexa\Behat\API\Context\TestContext
- Ibexa\Behat\Core\Context\ConfigurationContext
multirepository:
paths:
- '%paths.base%/vendor/ibexa/behat/features/setup/multirepository'
contexts:
- Ibexa\Behat\Core\Context\ConfigurationContext
login-methods:
paths:
- '%paths.base%/vendor/ibexa/behat/features/setup/loginMethods'
contexts:
- Ibexa\Behat\Core\Context\ConfigurationContext
content-translation:
paths:
- '%paths.base%/vendor/ibexa/behat/features/setup/contentTranslation'
contexts:
- Ibexa\Behat\Core\Context\ConfigurationContext
- Ibexa\Behat\API\Context\LanguageContext
- Ibexa\Behat\API\Context\TestContext