From 9cabaaee8edb2bc76f819fc4e581ea8bdd114725 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 30 Oct 2023 00:46:32 +0100 Subject: chore(cypress): Migrate header contacts menu tests from Behat to Cypress Signed-off-by: Ferdinand Thiessen --- .drone.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 70e0318aca5..3a7574a509c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1561,36 +1561,6 @@ trigger: - pull_request - push ---- -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 -- cgit v1.2.3