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"}}"/>

View File

@ -8,7 +8,7 @@ services:
- "4444:4444"
environment:
- BROWSER_NAME=chrome
- BROWSER_VERSION=78.0
- BROWSER_VERSION=89.0
- BROWSER_REGION=1
- BROWSER_HOSTS=tasks.chrome
- BROWSER_PORT=5555

View File

@ -1,4 +1,4 @@
version: '3.7'
version: '3.8'
services:
@ -8,7 +8,7 @@ services:
- "4444:4444"
environment:
- BROWSER_NAME=chrome
- BROWSER_VERSION=78.0
- BROWSER_VERSION=89.0
- BROWSER_REGION=1
- BROWSER_HOSTS=tasks.chrome
- BROWSER_PORT=4444
@ -22,7 +22,7 @@ services:
condition: on-failure
chrome:
image: selenium/standalone-chrome:3.141.59-xenon
image: selenium/standalone-chrome:3.141.59-20210311
volumes:
- /dev/shm:/dev/shm
environment: