]> source.dussan.org Git - nextcloud-server.git/commit
Add integration tests for video verification 21160/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 28 May 2020 18:53:36 +0000 (20:53 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 29 May 2020 19:38:28 +0000 (19:38 +0000)
commit7566aa9c86c78200b8d47e2268fa77273f5b0598
treebad9290390d58e8fcc5f94148cd8ee51f271c175
parent7039cde7eee8c1e348290dffa44f1997c470c1c9
Add integration tests for video verification

Enabling the "send password by Talk" property of shares require that
Talk is installed and enabled, so the Drone step that runs them has to
first clone the Talk repository.

When the integration tests are run on a local development instance,
however, it is not guaranteed that Talk is installed. Due to this the
"@Talk" tag was added, which ensures that any feature or scenario marked
with it will first check if Talk is installed and, if not, skip the
scenario (instead of failing).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
.drone.yml
build/integration/config/behat.yml
build/integration/features/bootstrap/TalkContext.php [new file with mode: 0644]
build/integration/sharing_features/sharing-v1-video-verification.feature [new file with mode: 0644]