Skip to content
Snippets Groups Projects
Commit c802e5a7 authored by s87777's avatar s87777
Browse files

Test32

parent d8255506
No related branches found
No related tags found
No related merge requests found
Pipeline #50238 failed
......@@ -13,7 +13,6 @@ 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:
......@@ -22,11 +21,11 @@ backend:
build_test_frontend:
stage: build
services:
- name: selenium/standalone-chrome
alias: chrome
- name: selenium/standalone-firefox
alias: selenium
variables:
APP_TESTS_REMOTE_WEB_DRIVER_URL: "http://chrome:4444/status"
APP_TESTS_REMOTE_WEB_DRIVER_URL: "http://selenium:4444/wd/hub"
REACT_APP_API_SERVER_URL: "http://backend:80"
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment