forked from ezsystems/BehatBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat_suites.yml
More file actions
14 lines (14 loc) · 823 Bytes
/
behat_suites.yml
File metadata and controls
14 lines (14 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is for manual testing only, corresponding file in ezplatform is used for travis testing
behat:
suites:
default:
paths:
- vendor/ezsystems/behatbundle/EzSystems/BehatBundle/Features/user.feature
- vendor/ezsystems/behatbundle/EzSystems/BehatBundle/Features/user_group.feature
contexts: [ EzSystems\BehatBundle\Context\EzContext ]
contenttype_group:
paths: [ vendor/ezsystems/behatbundle/EzSystems/BehatBundle/Features/contenttype_group.feature ]
contexts: [ EzSystems\BehatBundle\Context\Object\ContentTypeGroup ]
contenttype:
paths: [ vendor/ezsystems/behatbundle/EzSystems/BehatBundle/Features/contenttype.feature ]
contexts: [EzSystems\BehatBundle\Context\Object\ContentType ]