summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/acceptance/config/behat.yml28
-rw-r--r--tests/acceptance/features/app-files-tags.feature1
-rw-r--r--tests/acceptance/features/app-theming.feature1
3 files changed, 30 insertions, 0 deletions
diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml
index e1248e18a81..d1489a00864 100644
--- a/tests/acceptance/config/behat.yml
+++ b/tests/acceptance/config/behat.yml
@@ -23,6 +23,34 @@ default:
- SettingsMenuContext
- ThemingAppContext
- UsersSettingsContext
+ filters:
+ tags: "~@apache"
+ apache:
+ paths:
+ - %paths.base%/../features
+ contexts:
+ - ActorContext
+ - NextcloudTestServerContext:
+ nextcloudTestServerHelper: NextcloudTestServerLocalApacheHelper
+
+ - AppNavigationContext
+ - AppSettingsContext
+ - AppsManagementContext
+ - CommentsAppContext
+ - ContactsMenuContext
+ - DialogContext
+ - FeatureContext
+ - FileListContext
+ - FilesAppContext
+ - FilesSharingAppContext
+ - LoginPageContext
+ - NotificationContext
+ - SettingsContext
+ - SettingsMenuContext
+ - ThemingAppContext
+ - UsersSettingsContext
+ filters:
+ tags: "@apache"
extensions:
Behat\MinkExtension:
sessions:
diff --git a/tests/acceptance/features/app-files-tags.feature b/tests/acceptance/features/app-files-tags.feature
index 993c505b739..3da24b7e1c2 100644
--- a/tests/acceptance/features/app-files-tags.feature
+++ b/tests/acceptance/features/app-files-tags.feature
@@ -1,3 +1,4 @@
+@apache
Feature: app-files-tags
Scenario: show the input field for tags in the details view
diff --git a/tests/acceptance/features/app-theming.feature b/tests/acceptance/features/app-theming.feature
index 268b9a04a2f..01c7d8df8dd 100644
--- a/tests/acceptance/features/app-theming.feature
+++ b/tests/acceptance/features/app-theming.feature
@@ -1,3 +1,4 @@
+@apache
Feature: app-theming
Scenario: changing the color updates the header color