Skip to content

Commit

Permalink
Add wait for selenium hub up for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Medvedev committed Dec 15, 2023
1 parent 4ceb2a0 commit ec880ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ jobs:

- name: Run tests for macos
run: |
timeout 60 bash -c 'while ! wget -O /dev/null -T 1 http://localhost:4444/readyz; do echo waiting for selenium server; sleep 1; done' || (cat selenium-server.log && exit 2)
tox -e tests_macos_selenium -- -m macos -n 1 tests/test_webdriver_remote.py;

0 comments on commit ec880ae

Please sign in to comment.