]> source.dussan.org Git - nextcloud-server.git/commit
Add integration tests for video verification 21143/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Thu, 28 May 2020 18:53:36 +0000 (20:53 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 29 May 2020 00:50:30 +0000 (02:50 +0200)
commitb192c04dc22e54e4fab7a70331ec605068b4a4e4
tree4dc6c473b1c2ffc52d3576e40735e8489a45ef77
parenta2f80d4f4c7e451f698ee3312500f48067aaa5e3
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]