-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbehat_suites.yml
35 lines (33 loc) · 1.5 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
# This file is meant to be imported from ezplatform's behat.yml.dist.
# All path are relative to the root ezplatform directory.
setup-content-forms:
suites:
setup:
paths:
- vendor/ibexa/content-forms/features/User/Setup
contexts:
- Ibexa\ContentForms\Behat\Context\UserRegistrationContext
- Ibexa\Bundle\Core\Features\Context\YamlConfigurationContext
content-forms:
suites:
content_edit:
paths:
- vendor/ibexa/content-forms/features/ContentEdit
contexts:
- Ibexa\ContentForms\Behat\Context\ContentEditContext
- Ibexa\ContentForms\Behat\Context\ContentTypeContext
- Ibexa\ContentForms\Behat\Context\PagelayoutContext
fieldtype_form:
paths:
- vendor/ibexa/content-forms/features/FieldTypeForm
contexts:
- Ibexa\ContentForms\Behat\Context\ContentTypeContext
- Ibexa\ContentForms\Behat\Context\FieldTypeFormContext
- Ibexa\ContentForms\Behat\Context\SelectionFieldTypeFormContext
user_registration: # @todo move to ezplatform-user
paths:
- vendor/ibexa/content-forms/features/User/Registration
contexts:
- Ibexa\ContentForms\Behat\Context\UserRegistrationContext
- Behat\MinkExtension\Context\MinkContext
- Ibexa\Bundle\Core\Features\Context\YamlConfigurationContext