forked from ezsystems/ezplatform-admin-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat_suites.yml
92 lines (88 loc) · 5.77 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
89
90
91
92
# This file is meant to be imported from ezplatform's behat.yml.dist.
# All path are relative to the root ezplatform directory.
default:
extensions:
Behat\MinkExtension:
files_path: '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/src/lib/Behat/TestFiles/'
adminui:
suites:
adminui:
paths:
- '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard'
filters:
tags: "@common"
contexts:
- EzSystems\Behat\Browser\Context\BrowserContext
- EzSystems\Behat\Browser\Context\Hooks
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\AuthenticationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\NavigationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\AdministrationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentViewContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\AdminUpdateContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentUpdateContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentPreviewContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\RightMenuContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\LeftMenuContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\NotificationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\TrashContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentTypeContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\RolesContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\SystemInfoContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\UDWContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\SectionsContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ObjectStatesContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\DashboardContext
- EzSystems\EzPlatformContentForms\Behat\Context\ContentTypeContext
- EzSystems\EzPlatformContentForms\Behat\Context\FieldTypeFormContext
adminuimodules:
paths:
- '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard/ContentTypeFields.feature'
filters:
tags: "@common"
contexts:
- EzSystems\Behat\Browser\Context\BrowserContext
- EzSystems\Behat\Browser\Context\Hooks
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\AuthenticationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\NavigationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentViewContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentUpdateContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\RightMenuContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\NotificationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\UDWContext
- EzSystems\EzPlatformContentForms\Behat\Context\ContentTypeContext
- EzSystems\EzPlatformContentForms\Behat\Context\FieldTypeFormContext
richtext:
paths:
- '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard/ContentCreation.feature'
- '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard/ContentDraft.feature'
filters:
tags: "@common"
contexts:
- EzSystems\Behat\Browser\Context\BrowserContext
- EzSystems\Behat\Browser\Context\Hooks
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\AuthenticationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\NavigationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentViewContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentUpdateContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentPreviewContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\RightMenuContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\NotificationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\TrashContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\UDWContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\DashboardContext
personas:
paths:
- '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/personas'
contexts:
- EzSystems\Behat\Browser\Context\BrowserContext
- EzSystems\Behat\Browser\Context\Hooks
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\AuthenticationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\NavigationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentViewContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentUpdateContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\ContentPreviewContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\RightMenuContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\LeftMenuContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\NotificationContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\TrashContext
- EzSystems\EzPlatformAdminUi\Behat\BusinessContext\UDWContext