diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-02-15 16:25:11 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-02-15 17:48:07 +0100 |
commit | c4478f629777452a9a3e0b280ae14c5e4970e50a (patch) | |
tree | 0d09ade91ca05f1c690b129665d4443313bcf0fa /.drone.yml | |
parent | 14bc9b171427c1512226d5ea402021d8b44ac690 (diff) | |
download | nextcloud-server-c4478f629777452a9a3e0b280ae14c5e4970e50a.tar.gz nextcloud-server-c4478f629777452a9a3e0b280ae14c5e4970e50a.zip |
Add acceptance tests for comments to Drone
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 614c0dc40c2..9ccd231832c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -549,6 +549,13 @@ pipeline: when: matrix: TESTS-ACCEPTANCE: access-levels + acceptance-app-comments: + image: nextcloudci/integration-php7.0:integration-php7.0-6 + commands: + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-comments --selenium-server selenium:4444 allow-git-repository-modifications features/app-comments.feature + when: + matrix: + TESTS-ACCEPTANCE: app-comments acceptance-app-files: image: nextcloudci/integration-php7.0:integration-php7.0-6 commands: @@ -727,6 +734,8 @@ matrix: - TESTS: acceptance TESTS-ACCEPTANCE: access-levels - TESTS: acceptance + TESTS-ACCEPTANCE: access-comments + - TESTS: acceptance TESTS-ACCEPTANCE: app-files - TESTS: acceptance TESTS-ACCEPTANCE: app-theming |