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

Test26

parent a552b878
No related branches found
No related tags found
No related merge requests found
Pipeline #50245 failed
......@@ -5,21 +5,12 @@ services:
stages:
- test
build-job:
stage: test
script:
- echo $CI_REGISTRY_PASSWORD | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
- docker build -t registry.bht-berlin.de:443/s87777/profwebfrontend:latest .
- docker push registry.bht-berlin.de:443/s87777/profwebfrontend
tags:
- docker-privileged
test-job:
stage: test
image: node:latest
variables:
FF_NETWORK_PER_BUILD: 1
REACT_APP_API_SERVER_URL: "http://backend:3001"
REACT_APP_API_SERVER_URL: "http://backend:80"
SL_TEST_BASE_URL: "http://frontend:3000"
SL_TEST_USE_REMOTE: "1"
SL_TEST_REMOTE_URL: "http://selenium:4444/wd/hub"
......@@ -33,7 +24,7 @@ test-job:
alias: selenium
script:
- sleep 5
- curl http://backend:3001
- curl http://backend:80
- curl http://frontend:3000
- curl http://frontend:3000/shopper
- curl http://selenium:4444/wd/hub/status
......
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