Skip to content
Merged
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
14 changes: 14 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,20 @@ matrix:
OWNCLOUD_LOG: true
INSTALL_TESTING_APP: true

# This suite is part of the user_management app in later core versions
- PHP_VERSION: 7.1
TEST_SUITE: selenium
BROWSER: chrome
BEHAT_SUITE: webUIAddUsers
DB_TYPE: mariadb
USE_SERVER: true
SERVER_PROTOCOL: https
INSTALL_SERVER: true
CHOWN_SERVER: true
USE_EMAIL: true
OWNCLOUD_LOG: true
INSTALL_TESTING_APP: true

# This suite is part of the user_management app in later core versions
- PHP_VERSION: 7.1
TEST_SUITE: selenium
Expand Down
15 changes: 15 additions & 0 deletions tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,21 @@ default:
- OccContext:
- WebDavPropertiesContext:

# This suite is part of the user_management app in later core versions
webUIAddUsers:
paths:
- '%paths.base%/../features/webUIAddUsers'
contexts:
- FeatureContext: *common_feature_context_params
- EmailContext:
- WebDavPropertiesContext:
- WebUIFilesContext:
- WebUIGeneralContext:
- WebUILoginContext:
- WebUIPersonalGeneralSettingsContext:
- WebUIUsersContext:
- WebUIUserContext:

# This suite is part of the user_management app in later core versions
webUIManageQuota:
paths:
Expand Down