spreed/tests/acceptance/config/behat.yml

49 строки
1.2 KiB
YAML

default:
autoload:
'': %paths.base%/../features/bootstrap
suites:
default:
paths:
- %paths.base%/../features
contexts:
# Base contexts
- ActorContext
- NextcloudTestServerContext:
nextcloudTestServerHelper: NextcloudTestServerLocalApacheHelper
- FeatureContext
- FileListContext
- FilePickerContext
- FilesAppContext
- FilesAppSharingContext
- LoginPageContext
- NotificationContext
# Talk app contexts
- ChatContext
- ConversationInfoContext
- ConversationListContext
- FilesAppChatTabContext
- FilesAppRoomSharingContext
- ParticipantListContext
- PublicConversationContext
- PublicSharePasswordRequestContext
- TalkAppContext
- TalkPublicShareContext
extensions:
Behat\MinkExtension:
sessions:
default:
selenium2:
wd_host: %selenium.server%
John:
selenium2:
wd_host: %selenium.server%
Jane:
selenium2:
wd_host: %selenium.server%
Jim:
selenium2:
wd_host: %selenium.server%