Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ matrix:
DATABASEHOST: postgres-10

# Acceptance tests
- TESTS: acceptance
TESTS_ACCEPTANCE: call
- TESTS: acceptance
TESTS_ACCEPTANCE: chat
- TESTS: acceptance
Expand Down
37 changes: 37 additions & 0 deletions tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ default:
- LoginPageContext

# Talk app contexts
- CallContext
- ChatContext
- ConversationInfoContext
- ConversationListContext
Expand All @@ -35,3 +36,39 @@ default:
Jane:
selenium2:
wd_host: %selenium.server%
Kermit with microphone and camera:
selenium2:
wd_host: %selenium.server%
capabilities:
firefox:
profile: %paths.base%/firefox-profiles/granted-media-permissions-with-microphone-and-camera.zip
Karen with microphone:
selenium2:
wd_host: %selenium.server%
capabilities:
firefox:
profile: %paths.base%/firefox-profiles/granted-media-permissions-with-microphone.zip
James:
selenium2:
wd_host: %selenium.server%
capabilities:
firefox:
profile: %paths.base%/firefox-profiles/granted-media-permissions.zip
April with microphone and camera:
selenium2:
wd_host: %selenium.server%
capabilities:
firefox:
profile: %paths.base%/firefox-profiles/granted-media-permissions-with-microphone-and-camera.zip
Jarvis with microphone:
selenium2:
wd_host: %selenium.server%
capabilities:
firefox:
profile: %paths.base%/firefox-profiles/granted-media-permissions-with-microphone.zip
Lucius:
selenium2:
wd_host: %selenium.server%
capabilities:
firefox:
profile: %paths.base%/firefox-profiles/granted-media-permissions.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading