From 28b8dab6749ad7aea6e4dd28943be2672f3d2fa6 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi <41103328+SwikritiT@users.noreply.github.com> Date: Sat, 9 Sep 2023 00:05:38 +0000 Subject: [PATCH] [tests-only][full-ci]Bump commit id for tests (#9676) * Bump commit id for tests * bump go version * pull stable-4.0 branch from ocis --- deployments/oc10-app.md | 1 - testing/testing.md | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/deployments/oc10-app.md b/deployments/oc10-app.md index aeace71bf2f..ce9602fcfde 100644 --- a/deployments/oc10-app.md +++ b/deployments/oc10-app.md @@ -85,7 +85,6 @@ There are a few config values which need to be set in order for ownCloud Web to "apps" : [ "files", "preview", - "search", "draw-io" ], "applications" : [ diff --git a/testing/testing.md b/testing/testing.md index edec0b15592..aead5528136 100644 --- a/testing/testing.md +++ b/testing/testing.md @@ -126,12 +126,12 @@ $ pnpm build:w The acceptance tests need additional docker containers to be running. ```shell -$ docker compose up ocis selenium middleware-ocis +$ docker compose up ocis vnc selenium middleware-ocis ``` and make sure there are no conflicting ports and everything runs smoothly. You can check if everything has worked by opening [https://host.docker.internal:9200](https://host.docker.internal:9200) and logging in using the demo user (admin/admin). -If you're using a M1 Mac, you need to use `seleniarm/standalone-chromium:4.7.0-20221206`for now. To do so, export `SELENIUM_IMAGE=seleniarm/standalone-chromium:4.7.0-20221206`. +If you're using a M1 Mac, you need to use `seleniarm/standalone-chromium:4.4.0-20220814`for now. To do so, export `SELENIUM_IMAGE=seleniarm/standalone-chromium:4.4.0-20220814`. #### Run acceptance tests @@ -145,7 +145,7 @@ If you're using a M1 Mac, you need to use `seleniarm/standalone-chromium:4.7.0-2 #### Watch the Test Run -To watch the tests while running, open [http://host.docker.internal:7900/](http://host.docker.internal:7900/) in the browser to access your VNC client. +To watch the tests while running, open [http://host.docker.internal:6080/](http://host.docker.internal:6080/) in the browser to access your VNC client. ### Analyze the Test Report