diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-30 00:46:32 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-05 20:17:00 +0100 |
commit | 9cabaaee8edb2bc76f819fc4e581ea8bdd114725 (patch) | |
tree | 5b0312b115b5b7557df3da5de04f0365df857fa6 /.drone.yml | |
parent | b989596726503fba5b82a830d7d3d98123e3cbeb (diff) | |
download | nextcloud-server-9cabaaee8edb2bc76f819fc4e581ea8bdd114725.tar.gz nextcloud-server-9cabaaee8edb2bc76f819fc4e581ea8bdd114725.zip |
chore(cypress): Migrate header contacts menu tests from Behat to Cypress
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.drone.yml b/.drone.yml index 70e0318aca5..3a7574a509c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1563,36 +1563,6 @@ trigger: --- kind: pipeline -name: acceptance-header - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: acceptance-header - image: ghcr.io/nextcloud/continuous-integration-acceptance-php8.0:latest - commands: - - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-header --selenium-server selenium:4444 allow-git-repository-modifications features/header.feature - -services: -- name: selenium - image: ghcr.io/nextcloud/continuous-integration-selenium:3.141.59 - environment: - # Reduce default log level for Selenium server (INFO) as it is too - # verbose. - JAVA_OPTS: -Dselenium.LOGGER.level=WARNING - -trigger: - branch: - - master - - stable* - event: - - pull_request - - push - ---- -kind: pipeline name: acceptance-apps steps: |