Skip to content

Commit

Permalink
👷 Modify integration test to use ParallelSeleniumTest with all browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Dec 6, 2021
1 parent fbe9e82 commit 44c12c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 43 deletions.
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
41 changes: 0 additions & 41 deletions test/integration.py

This file was deleted.

0 comments on commit 44c12c8

Please sign in to comment.