123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- default:
- suites:
- default:
- paths:
- - "%paths.base%/../features"
- contexts:
- - ActorContext
- - NextcloudTestServerContext
- - AppNavigationContext
- - AppSettingsContext
- - AppsManagementContext
- - CommentsAppContext
- - ContactsMenuContext
- - DialogContext
- - FeatureContext
- - FileListContext
- - FilePickerContext
- - FilesAppContext
- - FilesAppSharingContext
- - 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
- - FilesAppSharingContext
- - 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
|