-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat_ibexa_headless.yaml
93 lines (92 loc) · 5.63 KB
/
behat_ibexa_headless.yaml
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
imports:
- behat_ibexa_oss.yaml
- vendor/ibexa/product-catalog/behat_suites.yml
- vendor/ibexa/scheduler/behat_suites_headless.yml
- vendor/ibexa/taxonomy/behat_suites_headless.yml
- vendor/ibexa/version-comparison/behat_suites.yml
- vendor/ibexa/workflow/behat_suites_headless.yml
regression:
suites:
setup-headless:
paths:
- '%paths.base%/vendor/ibexa/behat/features/personas'
- '%paths.base%/vendor/ibexa/behat/features/setup/richtextConfiguration/custom_styles.feature'
- '%paths.base%/vendor/ibexa/behat/features/setup/richtextConfiguration/custom_tags.feature'
- '%paths.base%/vendor/ibexa/workflow/features/setup/setup_headless.feature'
- '%paths.base%/vendor/ibexa/behat/features/setup/loginMethods'
- '%paths.base%/vendor/ibexa/behat/features/setup/contentTranslation'
- '%paths.base%/vendor/ibexa/product-catalog/features/setup/setup.feature'
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
- Ibexa\Behat\Core\Context\ConfigurationContext
- Ibexa\Behat\Core\Context\FileContext
- Ibexa\Behat\API\Context\LanguageContext
- Ibexa\Migration\Behat\Context\MigrationContext
headless:
paths:
- '%paths.base%/vendor/ibexa/admin-ui/features/personas'
- '%paths.base%/vendor/ibexa/admin-ui/features/standard'
- '%paths.base%/vendor/ibexa/product-catalog/features/browser'
- '%paths.base%/vendor/ibexa/scheduler/features'
- '%paths.base%/vendor/ibexa/taxonomy/features'
- '%paths.base%/vendor/ibexa/user/features/browser'
- '%paths.base%/vendor/ibexa/version-comparison/features'
- '%paths.base%/vendor/ibexa/workflow/features/browser'
- '%paths.base%/vendor/ibexa/connector-ai/features/browser'
- '%paths.base%/vendor/ibexa/connector-openai/features/browser'
filters:
tags: "~@broken&&@IbexaHeadless"
contexts:
- Behat\MinkExtension\Context\MinkContext
- Ibexa\AdminUi\Behat\BrowserContext\AdminUpdateContext
- Ibexa\AdminUi\Behat\BrowserContext\BookmarkContext
- Ibexa\AdminUi\Behat\BrowserContext\ContentActionsMenuContext
- Ibexa\AdminUi\Behat\BrowserContext\ContentPreviewContext
- Ibexa\AdminUi\Behat\BrowserContext\ContentTypeContext
- Ibexa\AdminUi\Behat\BrowserContext\ContentUpdateContext
- Ibexa\AdminUi\Behat\BrowserContext\ContentViewContext
- Ibexa\AdminUi\Behat\BrowserContext\DashboardContext
- Ibexa\AdminUi\Behat\BrowserContext\LanguageContext
- Ibexa\AdminUi\Behat\BrowserContext\MyDraftsContext
- Ibexa\AdminUi\Behat\BrowserContext\NavigationContext
- Ibexa\AdminUi\Behat\BrowserContext\NotificationContext
- Ibexa\AdminUi\Behat\BrowserContext\ObjectStatesContext
- Ibexa\AdminUi\Behat\BrowserContext\RolesContext
- Ibexa\AdminUi\Behat\BrowserContext\SearchContext
- Ibexa\AdminUi\Behat\BrowserContext\SectionsContext
- Ibexa\AdminUi\Behat\BrowserContext\SystemInfoContext
- Ibexa\AdminUi\Behat\BrowserContext\TrashContext
- Ibexa\AdminUi\Behat\BrowserContext\UDWContext
- Ibexa\AdminUi\Behat\BrowserContext\UserNotificationContext
- Ibexa\AdminUi\Behat\BrowserContext\UserPreferencesContext
- Ibexa\AdminUi\Behat\BrowserContext\UserProfileContext
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
- Ibexa\Behat\API\Context\RoleContext
- Ibexa\Behat\API\Context\TestContext
- Ibexa\Behat\API\Context\TrashContext
- Ibexa\Behat\API\Context\UserContext
- Ibexa\Behat\Browser\Context\AuthenticationContext
- Ibexa\Behat\Browser\Context\DebuggingContext
- Ibexa\Migration\Behat\Context\MigrationContext
- Ibexa\ProductCatalog\Behat\Context\AttributeGroupsContext
- Ibexa\ProductCatalog\Behat\Context\AttributesContext
- Ibexa\ProductCatalog\Behat\Context\CatalogsContext
- Ibexa\ProductCatalog\Behat\Context\CurrenciesContext
- Ibexa\ProductCatalog\Behat\Context\CustomerGroupsContext
- Ibexa\ProductCatalog\Behat\Context\ProductsContext
- Ibexa\ProductCatalog\Behat\Context\ProductTypesContext
- Ibexa\Scheduler\Behat\BrowserContext\DateBasedPublisherContext
- Ibexa\Taxonomy\Behat\Context\Browser\TaxonomyContext
- Ibexa\Taxonomy\Behat\Context\Service\TaxonomyContext
- Ibexa\User\Behat\Context\UserSettingsContext
- Ibexa\User\Behat\Context\UserSetupContext
- Ibexa\VersionComparison\Behat\Context\VersionComparisonContext
- Ibexa\Workflow\Behat\Context\WorkflowAdminContext
- Ibexa\Workflow\Behat\Context\WorkflowContext
- Ibexa\ConnectorOpenAi\Behat\Context\OpenAIContext
- Ibexa\ConnectorAi\Behat\Context\AIActionsContext