Skip to content

Commit

Permalink
update config.yml for selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkcl committed Nov 23, 2023
1 parent ca37d32 commit 609d471
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- xpack.security.enabled: false
- transport.host: localhost
- discovery.type: single-node
- image: selenium/standalone-chrome:110.0
# - image: selenium/standalone-chrome:110.0
# logging:
# driver: none
# volumes:
Expand Down
6 changes: 4 additions & 2 deletions test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,7 @@ TESTDRIVE_ENABLED = True
# =======================
# Selenium test settings

SELENIUM_REMOTE_URL = 'http://localhost:4444/wd/hub'
SELENIUM_DOAJ_HOST = '172.17.0.1'
;SELENIUM_REMOTE_URL = 'http://localhost:4444/wd/hub'
;SELENIUM_DOAJ_HOST = '172.17.0.1'
SELENIUM_REMOTE_URL = ''
SELENIUM_DOAJ_HOST = '127.0.0.1'

0 comments on commit 609d471

Please sign in to comment.