2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

update ggr

This commit is contained in:
kev
2021-04-20 11:17:28 +08:00
parent 6de1e73bef
commit e8e5351a93
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<qa:browsers xmlns:qa="urn:config.gridrouter.qatools.ru">
<browser name="{{getenv "BROWSER_NAME" "chrome"}}" defaultVersion="{{getenv "BROWSER_VERSION" "78.0"}}">
<version number="{{getenv "BROWSER_VERSION" "78.0"}}">
<version number="{{getenv "BROWSER_VERSION" "89.0"}}">
<region name="{{getenv "BROWSER_REGION" "1"}}">
{{range lookupIP (getenv "BROWSER_HOSTS" "tasks.chrome")}}
<host name="{{.}}" port="{{getenv "BROWSER_PORT" "5555"}}" count="{{getenv "BROWSER_COUNT" "1"}}"/>