We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b67ea commit 8f016e2Copy full SHA for 8f016e2
.github/workflows/run-integration-tests-postgresql.yml
@@ -55,6 +55,10 @@ jobs:
55
- name: Created output directory (chromium)
56
run: mkdir -p target/chromium
57
- name: Execute integration tests (chromium)
58
+ # Using the Docker Image from ppodgorsek (https://github.com/ppodgorsek/docker-robot-framework)
59
+ # to run the Robot Framework Test Scripts.
60
+ # To connect with the Docker Compose and use http://compas_reverse-proxy_1/ as URL we are
61
+ # connecting to the same network "compas_default" that's started bij Docker Compose.
62
run: |
63
docker run --rm -e BROWSER=chromium \
64
-e ROBOT_OPTIONS="-v url:http://compas_reverse-proxy_1/" \
0 commit comments