Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Bump chromedriver version #67

Merged
merged 2 commits into from
Dec 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ jobs:
make install
docker-compose -f distribution/docker/docker-compose.yml logs -f &
sleep 15
python3 test/integration.py 8080
docker run --rm --network host -e ENDPOINT=http://localhost:8080 -e FORKS=2 -e BROWSER=firefox ghcr.io/tilblechschmidt/parallelseleniumtest:sha-fa30ad9
docker run --rm --network host -e ENDPOINT=http://localhost:8080 -e FORKS=2 -e BROWSER=chrome ghcr.io/tilblechschmidt/parallelseleniumtest:sha-fa30ad9

kubernetes-integration:
name: ☸️ Kubernetes integration test
Expand Down Expand Up @@ -247,7 +248,8 @@ jobs:
kubectl describe pods
- name: Run integration test
run: |
python3 test/integration.py 30007
docker run --rm --network host -e ENDPOINT=http://localhost:30007 -e FORKS=2 -e BROWSER=firefox ghcr.io/tilblechschmidt/parallelseleniumtest:sha-fa30ad9
docker run --rm --network host -e ENDPOINT=http://localhost:30007 -e FORKS=2 -e BROWSER=chrome ghcr.io/tilblechschmidt/parallelseleniumtest:sha-fa30ad9

# ------------------ RELEASE ONLY JOBS ------------------
docker-hub:
Expand Down
2 changes: 1 addition & 1 deletion distribution/docker/images/node/driver/web-driver.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
GECKO_VERSION=0.30.0
CHROME_VERSION=93.0.4577.15
CHROME_VERSION=96.0.4664.45
PREV_PWD=$(pwd)
TMP_DIR=$(mktemp -d)

Expand Down
41 changes: 0 additions & 41 deletions test/integration.py

This file was deleted.