2017-04-04 17:11:20 +03:00
|
|
|
default:
|
|
|
|
suites:
|
|
|
|
default:
|
|
|
|
paths:
|
|
|
|
- %paths.base%/../features
|
|
|
|
contexts:
|
2017-04-04 17:18:05 +03:00
|
|
|
- ActorContext
|
2017-04-04 17:11:34 +03:00
|
|
|
- NextcloudTestServerContext
|
|
|
|
|
2017-07-08 16:36:01 +03:00
|
|
|
- AppNavigationContext
|
2018-05-09 20:53:08 +03:00
|
|
|
- AppSettingsContext
|
2018-06-09 12:37:41 +03:00
|
|
|
- AppsManagementContext
|
2017-10-29 00:57:35 +03:00
|
|
|
- CommentsAppContext
|
2018-03-08 18:33:33 +03:00
|
|
|
- ContactsMenuContext
|
2018-05-09 20:53:08 +03:00
|
|
|
- DialogContext
|
2017-04-04 17:11:20 +03:00
|
|
|
- FeatureContext
|
2018-02-19 01:52:44 +03:00
|
|
|
- FileListContext
|
2018-12-21 15:44:41 +03:00
|
|
|
- FilePickerContext
|
2017-04-04 18:20:19 +03:00
|
|
|
- FilesAppContext
|
2018-11-23 15:22:08 +03:00
|
|
|
- FilesAppSharingContext
|
2017-04-04 18:20:19 +03:00
|
|
|
- LoginPageContext
|
2019-11-20 23:00:05 +03:00
|
|
|
- NotificationsContext
|
2018-11-23 15:32:27 +03:00
|
|
|
- PublicShareContext
|
2018-12-21 22:09:18 +03:00
|
|
|
- SearchContext
|
2017-07-08 16:46:16 +03:00
|
|
|
- SettingsContext
|
2017-04-04 18:20:19 +03:00
|
|
|
- SettingsMenuContext
|
2017-08-04 14:20:22 +03:00
|
|
|
- ThemingAppContext
|
2019-11-20 19:09:52 +03:00
|
|
|
- ToastContext
|
2017-04-04 18:20:19 +03:00
|
|
|
- UsersSettingsContext
|
2018-10-28 21:51:13 +03:00
|
|
|
filters:
|
|
|
|
tags: "~@apache"
|
|
|
|
apache:
|
|
|
|
paths:
|
|
|
|
- %paths.base%/../features
|
|
|
|
contexts:
|
|
|
|
- ActorContext
|
|
|
|
- NextcloudTestServerContext:
|
|
|
|
nextcloudTestServerHelper: NextcloudTestServerLocalApacheHelper
|
|
|
|
|
|
|
|
- AppNavigationContext
|
|
|
|
- AppSettingsContext
|
|
|
|
- AppsManagementContext
|
|
|
|
- CommentsAppContext
|
|
|
|
- ContactsMenuContext
|
|
|
|
- DialogContext
|
|
|
|
- FeatureContext
|
|
|
|
- FileListContext
|
2018-12-21 15:44:41 +03:00
|
|
|
- FilePickerContext
|
2018-10-28 21:51:13 +03:00
|
|
|
- FilesAppContext
|
2018-11-23 15:22:08 +03:00
|
|
|
- FilesAppSharingContext
|
2018-10-28 21:51:13 +03:00
|
|
|
- LoginPageContext
|
2019-11-20 23:00:05 +03:00
|
|
|
- NotificationsContext
|
2018-11-23 15:32:27 +03:00
|
|
|
- PublicShareContext
|
2018-12-21 22:09:18 +03:00
|
|
|
- SearchContext
|
2018-10-28 21:51:13 +03:00
|
|
|
- SettingsContext
|
|
|
|
- SettingsMenuContext
|
|
|
|
- ThemingAppContext
|
2019-11-20 19:09:52 +03:00
|
|
|
- ToastContext
|
2018-10-28 21:51:13 +03:00
|
|
|
- UsersSettingsContext
|
|
|
|
filters:
|
|
|
|
tags: "@apache"
|
2017-04-04 17:11:20 +03:00
|
|
|
extensions:
|
|
|
|
Behat\MinkExtension:
|
|
|
|
sessions:
|
|
|
|
default:
|
2018-06-22 19:29:08 +03:00
|
|
|
selenium2:
|
|
|
|
wd_host: %selenium.server%
|
2017-04-04 18:20:19 +03:00
|
|
|
John:
|
2018-06-22 19:29:08 +03:00
|
|
|
selenium2:
|
|
|
|
wd_host: %selenium.server%
|
2017-04-04 18:20:19 +03:00
|
|
|
Jane:
|
2018-06-22 19:29:08 +03:00
|
|
|
selenium2:
|
|
|
|
wd_host: %selenium.server%
|
2018-11-23 14:29:30 +03:00
|
|
|
Jim:
|
|
|
|
selenium2:
|
|
|
|
wd_host: %selenium.server%
|
2018-05-18 14:34:41 +03:00
|
|
|
Rubeus:
|
|
|
|
# Rubeus uses a browser that has CSS grid support.
|
|
|
|
selenium2:
|
2018-06-22 19:29:08 +03:00
|
|
|
wd_host: %selenium.server%
|
2018-05-18 14:34:41 +03:00
|
|
|
capabilities:
|
|
|
|
firefox:
|
2018-05-16 13:28:23 +03:00
|
|
|
profile: %paths.base%/firefox-profiles/css-grid-enabled.zip
|