Skip to content

Commit 38b67ea

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

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,17 @@ jobs:
5252
--network=compas_default \
5353
ppodgorsek/robot-framework:latest
5454
55-
# We need to wait for a new version of the Docker Image.
56-
# There is an issue with Chromium (https://github.com/ppodgorsek/docker-robot-framework/issues/372)
57-
# - name: Created output directory (chromium)
58-
# run: mkdir -p target/chromium
59-
# - name: Execute integration tests (chromium)
60-
# run: |
61-
# docker run --rm -e BROWSER=chromium \
62-
# -e ROBOT_OPTIONS="-v url:http://compas_reverse-proxy_1/" \
63-
# -v $(pwd)/target/firefox:/opt/robotframework/reports:Z \
64-
# -v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
65-
# --user $(id -u):$(id -g) \
66-
# --network=compas_default \
67-
# ppodgorsek/robot-framework:latest
55+
- name: Created output directory (chromium)
56+
run: mkdir -p target/chromium
57+
- name: Execute integration tests (chromium)
58+
run: |
59+
docker run --rm -e BROWSER=chromium \
60+
-e ROBOT_OPTIONS="-v url:http://compas_reverse-proxy_1/" \
61+
-v $(pwd)/target/firefox:/opt/robotframework/reports:Z \
62+
-v $(pwd)/integration-testing:/opt/robotframework/tests:Z \
63+
--user $(id -u):$(id -g) \
64+
--network=compas_default \
65+
ppodgorsek/robot-framework:latest
6866
6967
- name: Archive Robot Framework Reports
7068
if: failure()

0 commit comments

Comments
 (0)