-
Notifications
You must be signed in to change notification settings - Fork 1
/
behat_suites.yml
23 lines (23 loc) · 1.04 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
browser:
suites:
password:
paths:
- '%paths.base%/vendor/ibexa/user/features/browser/formats.feature'
contexts:
- Ibexa\Behat\API\Context\TestContext
- Ibexa\Behat\API\Context\UserContext
- Ibexa\User\Behat\Context\UserSetupContext
- Ibexa\Behat\Browser\Context\BrowserContext
- Ibexa\Behat\Browser\Context\AuthenticationContext
- Behat\MinkExtension\Context\MinkContext
providers:
paths:
- '%paths.base%/vendor/ibexa/user/features/browser/loginMethods.feature'
contexts:
- Ibexa\Behat\API\Context\TestContext
- Ibexa\Behat\API\Context\UserContext
- Ibexa\User\Behat\Context\UserSetupContext
- Ibexa\Behat\Browser\Context\BrowserContext
- Ibexa\Behat\Browser\Context\AuthenticationContext
- Behat\MinkExtension\Context\MinkContext
- Ibexa\AdminUi\Behat\BrowserContext\NavigationContext