forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.ci.yml
116 lines (115 loc) · 5.4 KB
/
behat.ci.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
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
default:
suites:
TEST-pim:
contexts:
- Behat\MinkExtension\Context\MinkContext
- Context\FeatureContext:
- 'Context\FeatureContext'
-
base_url: 'http://akeneo/'
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://akeneo/'
- Context\TransformationContext:
- 'Context\FeatureContext'
- Context\AssertionContext:
- 'Context\FeatureContext'
- Context\ViewSelectorContext:
- '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\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\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\Storage\VariantProductStorage:
- '@pim_catalog.repository.product'
- Pim\Behat\Context\Domain\Enrich\ItemPickerContext:
- 'Context\FeatureContext'
extensions:
Behat\ChainedStepsExtension: ~
Behat\MinkExtension:
default_session: symfony2
javascript_session: selenium2
show_cmd: chromium-browser %s
sessions:
symfony2:
symfony2: ~
selenium2:
selenium2:
wd_host: 'http://selenium:4444/wd/hub'
base_url: 'http://akeneo/'
files_path: 'features/Context/fixtures/'
Behat\Symfony2Extension:
kernel:
env: behat
debug: false
SensioLabs\Behat\PageObjectExtension:
namespaces:
page: [Context\Page]
factory:
page_parameters:
base_url: 'http://akeneo/'
Pim\Behat\Extension\PimFormatter\PimFormatterExtension: ~
formatters:
pim:
output_path: app/build/logs/behat/