forked from ezsystems/PlatformUIBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat_suites.yml
22 lines (22 loc) · 1.15 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
platformui:
suites:
# basic platform suite: login, logout, etc
standard:
paths: [ vendor/ezsystems/platform-ui-bundle/Features/Standard ]
contexts: [ EzSystems\PlatformUIBundle\Features\Context\PlatformUI ]
# content operations: CRUD, navigation, moving
contentactions:
paths: [ vendor/ezsystems/platform-ui-bundle/Features/ContentActions ]
contexts: [ EzSystems\PlatformUIBundle\Features\Context\ContentActions ]
# role features
role:
paths: [ vendor/ezsystems/platform-ui-bundle/Features/RoleUI ]
contexts: [ EzSystems\PlatformUIBundle\Features\Context\Role ]
# fieldtype specific tests - definition, validation, publishing, etc
fieldtype_integer:
paths: [ vendor/ezsystems/platform-ui-bundle/Features/Stories/FieldTypes/IntegerFieldType.feature ]
contexts: [ EzSystems\PlatformUIBundle\Features\Context\Fields ]
# user features
user:
paths: [ vendor/ezsystems/platform-ui-bundle/Features/Users/users.feature ]
contexts: [ EzSystems\PlatformUIBundle\Features\Context\Users ]