-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrowser.json
28 lines (28 loc) · 1.04 KB
/
browser.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"chrome": {
"default": "100.0",
"versions": {
"100.0": {
"image": "selenoid/chrome:100.0",
"port": "4444",
"path": "/",
"env" : ["LANG=ru_RU.UTF-8", "LANGUAGE=ru:en", "LC_ALL=ru_RU.UTF-8"],
"volumes": ["simple-solution-ui-test_shared-tmpfs:/home/selenium/Downloads"]
},
"85.0": {
"image": "selenoid/chrome:85.0",
"port": "4444",
"path": "/",
"env" : ["LANG=ru_RU.UTF-8", "LANGUAGE=ru:en", "LC_ALL=ru_RU.UTF-8"],
"volumes": ["simple-solution-ui-test_shared-tmpfs:/home/selenium/Downloads"]
},
"80.0": {
"image": "selenoid/chrome:80.0",
"port": "4444",
"path": "/",
"env" : ["LANG=ru_RU.UTF-8", "LANGUAGE=ru:en", "LC_ALL=ru_RU.UTF-8"],
"volumes": ["simple-solution-ui-test_shared-tmpfs:/home/selenium/Downloads"]
}
}
}
}