2017-04-04 14:11:20 +00:00
|
|
|
default:
|
|
|
|
suites:
|
|
|
|
default:
|
|
|
|
paths:
|
|
|
|
- %paths.base%/../features
|
|
|
|
contexts:
|
2017-04-04 14:18:05 +00:00
|
|
|
- ActorContext
|
2017-04-04 14:11:34 +00:00
|
|
|
- NextcloudTestServerContext
|
|
|
|
|
2017-07-08 13:36:01 +00:00
|
|
|
- AppNavigationContext
|
2018-05-09 17:53:08 +00:00
|
|
|
- AppSettingsContext
|
2018-06-09 09:37:41 +00:00
|
|
|
- AppsManagementContext
|
2017-10-28 21:57:35 +00:00
|
|
|
- CommentsAppContext
|
2018-03-08 15:33:33 +00:00
|
|
|
- ContactsMenuContext
|
2018-05-09 17:53:08 +00:00
|
|
|
- DialogContext
|
2017-04-04 14:11:20 +00:00
|
|
|
- FeatureContext
|
2018-02-18 22:52:44 +00:00
|
|
|
- FileListContext
|
2017-04-04 15:20:19 +00:00
|
|
|
- FilesAppContext
|
2017-04-22 16:20:32 +00:00
|
|
|
- FilesSharingAppContext
|
2017-04-04 15:20:19 +00:00
|
|
|
- LoginPageContext
|
|
|
|
- NotificationContext
|
2017-07-08 13:46:16 +00:00
|
|
|
- SettingsContext
|
2017-04-04 15:20:19 +00:00
|
|
|
- SettingsMenuContext
|
2017-08-04 11:20:22 +00:00
|
|
|
- ThemingAppContext
|
2017-04-04 15:20:19 +00:00
|
|
|
- UsersSettingsContext
|
2017-04-04 14:11:20 +00:00
|
|
|
extensions:
|
|
|
|
Behat\MinkExtension:
|
|
|
|
sessions:
|
|
|
|
default:
|
|
|
|
selenium2: ~
|
2017-04-04 15:20:19 +00:00
|
|
|
John:
|
|
|
|
selenium2: ~
|
|
|
|
Jane:
|
|
|
|
selenium2: ~
|
2018-05-18 11:34:41 +00:00
|
|
|
Rubeus:
|
|
|
|
# Rubeus uses a browser that has CSS grid support.
|
|
|
|
selenium2:
|
|
|
|
capabilities:
|
|
|
|
firefox:
|
2018-05-16 10:28:23 +00:00
|
|
|
profile: %paths.base%/firefox-profiles/css-grid-enabled.zip
|