Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions behat_ibexa_commerce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ regression:
- Ibexa\Behat\Core\Context\ConfigurationContext
- Ibexa\Behat\Core\Context\FileContext
- Ibexa\Migration\Behat\Context\MigrationContext
- Ibexa\Behat\Browser\Context\AuthenticationContext
- Ibexa\ProductCatalog\Behat\Context\CatalogsContext
- Ibexa\AdminUi\Behat\BrowserContext\ContentActionsMenuContext
- Ibexa\AdminUi\Behat\BrowserContext\ContentUpdateContext
- Ibexa\AdminUi\Behat\BrowserContext\AdminUpdateContext
- Ibexa\AdminUi\Behat\BrowserContext\NotificationContext
- Behat\MinkExtension\Context\MinkContext
- Ibexa\AdminUi\Behat\BrowserContext\NavigationContext
commerce:
paths:
- '%paths.base%/vendor/ibexa/admin-ui/features/personas'
Expand Down
9 changes: 9 additions & 0 deletions behat_ibexa_experience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ regression:
- Ibexa\Behat\Core\Context\ConfigurationContext
- Ibexa\Behat\Core\Context\FileContext
- Ibexa\Migration\Behat\Context\MigrationContext
- Ibexa\Behat\Browser\Context\AuthenticationContext
- Ibexa\ProductCatalog\Behat\Context\CatalogsContext
- Ibexa\AdminUi\Behat\BrowserContext\ContentActionsMenuContext
- Ibexa\AdminUi\Behat\BrowserContext\ContentUpdateContext
- Ibexa\AdminUi\Behat\BrowserContext\AdminUpdateContext
- Ibexa\AdminUi\Behat\BrowserContext\NotificationContext
- Behat\MinkExtension\Context\MinkContext
- Ibexa\AdminUi\Behat\BrowserContext\NavigationContext

experience:
paths:
- '%paths.base%/vendor/ibexa/admin-ui/features/personas'
Expand Down
Loading