Skip to content

Commit 8f016e2

Browse files
author
Dennis Labordus
committed
Try running the Robot Tests using Chrome beside Firefox.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 38b67ea commit 8f016e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
- name: Created output directory (chromium)
5656
run: mkdir -p target/chromium
5757
- 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.
5862
run: |
5963
docker run --rm -e BROWSER=chromium \
6064
-e ROBOT_OPTIONS="-v url:http://compas_reverse-proxy_1/" \

0 commit comments

Comments
 (0)