diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-08-04 13:20:22 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-08-10 12:37:57 +0200 |
commit | 0c8627a7ee455db673ab792b2a8add192fdc9a40 (patch) | |
tree | 6ca26c3425c57093af041b7e3d461a7666ddc258 /.drone.yml | |
parent | 63004c8ce509bd3398cef4cc03f0bf98bcfb616f (diff) | |
download | nextcloud-server-0c8627a7ee455db673ab792b2a8add192fdc9a40.tar.gz nextcloud-server-0c8627a7ee455db673ab792b2a8add192fdc9a40.zip |
Add acceptance tests for setting the color in the Theming app
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 ec43119585f..d40993feb0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -540,6 +540,13 @@ pipeline: when: matrix: TESTS-ACCEPTANCE: app-files + acceptance-app-theming: + image: nextcloudci/integration-php7.0:integration-php7.0-4 + commands: + - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-app-theming --selenium-server selenium:4444 allow-git-repository-modifications features/app-theming.feature + when: + matrix: + TESTS-ACCEPTANCE: app-theming acceptance-login: image: nextcloudci/integration-php7.0:integration-php7.0-4 commands: @@ -686,6 +693,8 @@ matrix: - TESTS: acceptance TESTS-ACCEPTANCE: app-files - TESTS: acceptance + TESTS-ACCEPTANCE: app-theming + - TESTS: acceptance TESTS-ACCEPTANCE: login - TESTS: jsunit - TESTS: syntax-php5.6 |