diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-26 15:31:56 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-29 23:36:58 +0100 |
commit | bfc8b0bc15c2c8b0e0ba1a6534715289c40415bc (patch) | |
tree | 8977804201b04280ade3e6b8d2257282cb097d1e /.drone.yml | |
parent | fe471da3169f055738b1326baffdbfb1c72c3d2e (diff) | |
download | nextcloud-server-bfc8b0bc15c2c8b0e0ba1a6534715289c40415bc.tar.gz nextcloud-server-bfc8b0bc15c2c8b0e0ba1a6534715289c40415bc.zip |
chore(cypress): Migrate access-level tests from Behat to Cypress as this are UI tests
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 05397f49fb0..4b46b42249f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1563,36 +1563,6 @@ trigger: --- kind: pipeline -name: acceptance-access-levels - -steps: -- name: submodules - image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest - commands: - - git submodule update --init -- name: acceptance-access-levels - image: ghcr.io/nextcloud/continuous-integration-acceptance-php8.0:latest - commands: - - tests/acceptance/run-local.sh --timeout-multiplier 10 --nextcloud-server-domain acceptance-access-levels --selenium-server selenium:4444 allow-git-repository-modifications features/access-levels.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-header steps: |