diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-11-23 13:06:15 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-11-23 15:13:15 +0100 |
commit | d6c053f6a318e19e431a44e6e022891ed127cf23 (patch) | |
tree | 7f1a02608392448b18a362af19869df0500e0464 /.drone.yml | |
parent | 75b734ec98156d4d1ca1b94dc99964e9c51b68bd (diff) | |
download | nextcloud-server-d6c053f6a318e19e431a44e6e022891ed127cf23.tar.gz nextcloud-server-d6c053f6a318e19e431a44e6e022891ed127cf23.zip |
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.yml | 18 |
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 |