Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-23 15:06:15 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2018-11-28 00:08:58 +0300
commit65192469c816bce6368ecc617ed9fe3fe4916f11 (patch)
tree86a2c886a6fed5933b4f550af23bc224c668b483 /.drone.yml
parent39e5493072494e50b8bc8ac45805ae46b2d1a41c (diff)
Extract sharing related acceptance tests to their own feature files
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 98576332c9d..3600c9cde30 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -703,6 +703,20 @@ pipeline:
when:
matrix:
TESTS-ACCEPTANCE: app-files
+ acceptance-app-files-sharing:
+ image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2
+ commands:
+ - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-sharing --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-sharing.feature
+ when:
+ matrix:
+ TESTS-ACCEPTANCE: app-files-sharing
+ acceptance-app-files-sharing-link:
+ image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2
+ commands:
+ - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-files-sharing-link --selenium-server selenium:4444 allow-git-repository-modifications features/app-files-sharing-link.feature
+ when:
+ matrix:
+ TESTS-ACCEPTANCE: app-files-sharing-link
acceptance-app-files-tags:
image: nextcloudci/acceptance-php7.1:acceptance-php7.1-2
commands:
@@ -958,6 +972,10 @@ matrix:
- TESTS: acceptance
TESTS-ACCEPTANCE: app-files
- TESTS: acceptance
+ TESTS-ACCEPTANCE: app-files-sharing
+ - TESTS: acceptance
+ TESTS-ACCEPTANCE: app-files-sharing-link
+ - TESTS: acceptance
TESTS-ACCEPTANCE: app-files-tags
- TESTS: acceptance
TESTS-ACCEPTANCE: app-theming