mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 17:52:02 -04:00
This commit introduces the following changes: - Does not create new share once user is selected for internal shares - Adds a `SharingDetails` view for share configurations - Adds a quick share select to enable fast changes in share permisions. Resolves: https://github.com/nextcloud/server/issues/26691 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
105 lines
2.9 KiB
YAML
105 lines
2.9 KiB
YAML
default:
|
|
suites:
|
|
default:
|
|
paths:
|
|
- "%paths.base%/../features"
|
|
contexts:
|
|
- ActorContext
|
|
- NextcloudTestServerContext
|
|
|
|
- AppNavigationContext
|
|
- AppSettingsContext
|
|
- AppsManagementContext
|
|
- CommentsAppContext
|
|
- ContactsMenuContext
|
|
- DialogContext
|
|
- FeatureContext
|
|
- FileListContext
|
|
- FilePickerContext
|
|
- FilesAppContext
|
|
- LoginPageContext
|
|
- NotificationsContext
|
|
- PublicShareContext
|
|
- SearchContext
|
|
- SettingsContext
|
|
- SettingsMenuContext
|
|
- ThemingAppContext
|
|
- ToastContext
|
|
- UsersSettingsContext
|
|
filters:
|
|
tags: "~@apache"
|
|
apache:
|
|
paths:
|
|
- "%paths.base%/../features"
|
|
contexts:
|
|
- ActorContext
|
|
- NextcloudTestServerContext:
|
|
nextcloudTestServerHelper: NextcloudTestServerLocalApacheHelper
|
|
|
|
- AppNavigationContext
|
|
- AppSettingsContext
|
|
- AppsManagementContext
|
|
- CommentsAppContext
|
|
- ContactsMenuContext
|
|
- DialogContext
|
|
- FeatureContext
|
|
- FileListContext
|
|
- FilePickerContext
|
|
- FilesAppContext
|
|
- LoginPageContext
|
|
- NotificationsContext
|
|
- PublicShareContext
|
|
- SearchContext
|
|
- SettingsContext
|
|
- SettingsMenuContext
|
|
- ThemingAppContext
|
|
- ToastContext
|
|
- UsersSettingsContext
|
|
filters:
|
|
tags: "@apache"
|
|
extensions:
|
|
Behat\MinkExtension:
|
|
sessions:
|
|
default:
|
|
selenium2:
|
|
wd_host: %selenium.server%
|
|
browser: "chrome"
|
|
capabilities:
|
|
extra_capabilities:
|
|
goog:chromeOptions:
|
|
args: ["disable-dev-shm-usage"]
|
|
w3c: false
|
|
John:
|
|
selenium2:
|
|
wd_host: %selenium.server%
|
|
browser: "chrome"
|
|
capabilities:
|
|
extra_capabilities:
|
|
goog:chromeOptions:
|
|
args: ["disable-dev-shm-usage"]
|
|
w3c: false
|
|
Jane:
|
|
selenium2:
|
|
wd_host: %selenium.server%
|
|
browser: "chrome"
|
|
capabilities:
|
|
extra_capabilities:
|
|
goog:chromeOptions:
|
|
args: ["disable-dev-shm-usage"]
|
|
w3c: false
|
|
Jim:
|
|
selenium2:
|
|
wd_host: %selenium.server%
|
|
browser: "chrome"
|
|
capabilities:
|
|
extra_capabilities:
|
|
goog:chromeOptions:
|
|
args: ["disable-dev-shm-usage"]
|
|
w3c: false
|
|
Rubeus:
|
|
# Rubeus uses a browser that has CSS grid support.
|
|
selenium2:
|
|
wd_host: %selenium.server%
|
|
capabilities:
|
|
firefox:
|
|
profile: %paths.base%/firefox-profiles/css-grid-enabled.zip
|