diff --git a/behat_ibexa_headless.yaml b/behat_ibexa_headless.yaml index 31360abd..4b6c8cf7 100644 --- a/behat_ibexa_headless.yaml +++ b/behat_ibexa_headless.yaml @@ -1,5 +1,6 @@ imports: - behat_ibexa_oss.yaml + - vendor/ibexa/app-switcher/behat_suites.yml - vendor/ibexa/product-catalog/behat_suites.yml - vendor/ibexa/scheduler/behat_suites_headless.yml - vendor/ibexa/taxonomy/behat_suites_headless.yml @@ -29,6 +30,7 @@ regression: - Ibexa\Migration\Behat\Context\MigrationContext headless: paths: + - '%paths.base%/vendor/ibexa/app-switcher/features/browser' - '%paths.base%/vendor/ibexa/admin-ui/features/personas' - '%paths.base%/vendor/ibexa/admin-ui/features/standard' - '%paths.base%/vendor/ibexa/product-catalog/features/browser' @@ -39,8 +41,9 @@ regression: - '%paths.base%/vendor/ibexa/workflow/features/browser' filters: tags: "~@broken&&@IbexaHeadless" - contexts: + contexts: - Behat\MinkExtension\Context\MinkContext + - Ibexa\AppSwitcher\Behat\Context\AppSwitcherContext - Ibexa\AdminUi\Behat\BrowserContext\AdminUpdateContext - Ibexa\AdminUi\Behat\BrowserContext\BookmarkContext - Ibexa\AdminUi\Behat\BrowserContext\ContentActionsMenuContext