forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
194 lines (192 loc) · 9.3 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
legacy:
suites:
all:
paths:
- tests/legacy/features
filters:
tags: "~@skip&&~@skip-pef&&~@skip-nav&&~@doc&&~@unstable&&~@unstable-app&&~@deprecated"
contexts:
- Behat\MinkExtension\Context\MinkContext
- Context\FeatureContext:
- 'Context\FeatureContext'
-
base_url: 'http://127.0.0.1/'
timeout: 50000
window_width: 1280
window_height: 1024
- Context\FixturesContext:
- 'Context\FeatureContext'
- Context\CatalogConfigurationContext:
- 'Context\FeatureContext'
- Context\WebUser:
- 'Context\FeatureContext'
- Context\DataGridContext:
- 'Context\FeatureContext'
- Context\CommandContext:
- 'Context\FeatureContext'
- Context\NavigationContext:
- 'Context\FeatureContext'
- 'http://127.0.0.1/'
- Context\TransformationContext:
- 'Context\FeatureContext'
- Context\AssertionContext:
- 'Context\FeatureContext'
- Context\ViewSelectorContext:
- 'Context\FeatureContext'
- Context\SecurityContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\AttributeValidationContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\Collect\ImportProfilesContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\Enrich\AttributeTabContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\Enrich\CompletenessContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\Enrich\GridPaginationContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\Enrich\ProductGroupContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\Enrich\ProductModelContext:
- 'Context\FeatureContext'
- '@pim_catalog.repository.product_model'
- '@doctrine.orm.entity_manager'
- '@pim_catalog.updater.product_model'
- '@pim_catalog.saver.product_model'
- '@pim_catalog.validator.product'
- '@pim_versioning.repository.version'
- Pim\Behat\Context\Domain\Enrich\ProductContext:
- '@pim_catalog.repository.product'
- '@pim_catalog.updater.product'
- '@pim_catalog.saver.product'
- '@pim_catalog.validator.product'
- '@doctrine.orm.entity_manager'
- '@pim_versioning.repository.version'
- Pim\Behat\Context\Domain\Enrich\VariantNavigationContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\Spread\ExportBuilderContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\Spread\ExportProfilesContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\Spread\XlsxFileContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\System\PermissionsContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\SecondaryActionsContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\TreeContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\HookContext:
- 'Context\FeatureContext'
- 1280
- 1024
- Pim\Behat\Context\JobContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\ImportExportFileContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Storage\FileInfoStorage:
- 'Context\FeatureContext'
- Pim\Behat\Context\Storage\ProductStorage:
- '@pim_connector.array_converter.flat_to_standard.product.attribute_column_info_extractor'
- '@pim_catalog.repository.product'
- '@doctrine.orm.default_entity_manager'
- Pim\Behat\Context\Storage\ProductModelStorage:
- '@pim_connector.array_converter.flat_to_standard.product.attribute_column_info_extractor'
- '@pim_catalog.repository.product_model'
- '@pim_catalog.repository.family_variant'
- '@pim_catalog.factory.product_model'
- '@pim_catalog.updater.product_model'
- '@pim_catalog.validator.product_model'
- '@pim_catalog.saver.product_model'
- Pim\Behat\Context\Domain\Enrich\FamilyVariantConfigurationContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Domain\Enrich\ItemPickerContext:
- 'Context\FeatureContext'
- Pim\Behat\Context\Storage\VariantProductStorage:
- '@pim_catalog.repository.product'
- Pim\Behat\Context\Storage\AttributeOptionStorage:
- '@pim_catalog.repository.attribute_option'
- '@doctrine.orm.default_entity_manager'
- Pim\Behat\Context\MassEditJobContext:
- 'Context\FeatureContext'
- '@pim_catalog.repository.product'
- '@pim_catalog.repository.product_model'
extensions:
Behat\ChainedStepsExtension: ~
Behat\MinkExtension:
default_session: symfony2
javascript_session: selenium2
show_cmd: chromium-browser %s
sessions:
symfony2:
symfony2: ~
selenium2:
selenium2:
wd_host: 'http://127.0.0.1:4444/wd/hub'
base_url: 'http://127.0.0.1/'
files_path: 'tests/legacy/features/Context/fixtures/'
Behat\Symfony2Extension:
kernel:
env: behat
debug: false
SensioLabs\Behat\PageObjectExtension:
namespaces:
page: [Context\Page]
factory:
page_parameters:
base_url: 'http://127.0.0.1/'
Pim\Behat\Extension\PimFormatter\PimFormatterExtension: ~
Liuggio\Fastest\Behat\ListFeaturesExtension\Extension: ~
formatters:
pretty: true
pim:
output_path: /tmp/pod/
acceptance:
suites:
acceptance:
paths:
- 'tests/features/pim'
contexts_services:
- test.locale.context
- test.channel.context
filters:
tags: '@acceptance-back'
volume-monitoring:
paths:
- 'tests/features/volume-monitoring'
contexts_services:
- test.catalog_volume_limits.report_context
- test.catalog_volume_limits.system_info_context
- test.catalog_volume_limits.attribute_per_family_context
- test.catalog_volume_limits.product_context
- test.catalog_volume_limits.channel_context
- test.catalog_volume_limits.locale_context
- test.catalog_volume_limits.scopable_attribute_context
- test.catalog_volume_limits.localizable_attribute_context
- test.catalog_volume_limits.localizable_and_scopable_attribute_context
- test.catalog_volume_limits.family_context
- test.catalog_volume_limits.attribute_context
- test.catalog_volume_limits.option_per_attribute_context
- test.catalog_volume_limits.category_context
- test.catalog_volume_limits.category_tree_context
- test.catalog_volume_limits.variant_product_context
- test.catalog_volume_limits.product_model_context
- test.catalog_volume_limits.product_value_context
- test.catalog.product_creation.context
- test.catalog.product_validation.context
- test.catalog_volume_limits.user_context
- test.catalog_volume_limits.category_in_one_category_context
- test.catalog_volume_limits.category_level_context
filters:
tags: '@acceptance-back'
extensions:
FriendsOfBehat\ContextServiceExtension:
imports:
- 'tests/back/Acceptance/Resources/config/behat/services.yml'
- 'src/Pim/Bundle/CatalogVolumeMonitoringBundle/tests/Acceptance/Resources/config/behat/services.yml'
FriendsOfBehat\CrossContainerExtension: ~
FriendsOfBehat\SymfonyExtension:
kernel:
env: acceptance
Pim\Behat\Extension\PimFormatter\PimFormatterExtension: ~
Liuggio\Fastest\Behat\ListFeaturesExtension\Extension: ~