From 111dbb4686ac1c3045dbe294761421a0975ec64a Mon Sep 17 00:00:00 2001 From: s87777 <s87777@bht-berlin.de> Date: Tue, 12 Dec 2023 15:15:36 +0100 Subject: [PATCH] Test30 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57549ef..99e7457 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ backend: script: - docker pull registry.bht-berlin.de:443/s87777/profwebbackend:latest - docker run --name backend_container -d -p 80:80 registry.bht-berlin.de:443/s87777/profwebbackend + - docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:4.16.1-20231212 - echo "docker commands success" tags: @@ -41,6 +42,7 @@ build_test_frontend: - echo "Build erfolgreich" - npm start & - echo "start test" + - npm selenium-standalone start - npm test --host=$APP_TESTS_REMOTE_WEB_DRIVER_URL - echo "Testing finshed" -- GitLab