initial commit
This commit is contained in:
commit
71ea421eac
1076 changed files with 279211 additions and 0 deletions
31
config/browsers.json
Normal file
31
config/browsers.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"firefox": {
|
||||
"default": "112.0",
|
||||
"versions": {
|
||||
"112.0": {
|
||||
"image": "selenoid/firefox:112.0",
|
||||
"port": "4444",
|
||||
"path": "/wd/hub",
|
||||
"tmpfs": {
|
||||
"/tmp": "size=512m"
|
||||
},
|
||||
"env" : ["LANG=ru_RU.UTF-8", "LANGUAGE=ru:en", "LC_ALL=ru_RU.UTF-8"],
|
||||
"shmSize": 1073741824
|
||||
}
|
||||
}
|
||||
},
|
||||
"chrome": {
|
||||
"default": "121.0",
|
||||
"versions": {
|
||||
"121.0": {
|
||||
"image": "selenoid/chrome:121.0",
|
||||
"port": "4444",
|
||||
"tmpfs": {
|
||||
"/tmp": "size=512m"
|
||||
},
|
||||
"env" : ["LANG=ru_RU.UTF-8", "LANGUAGE=ru:en", "LC_ALL=ru_RU.UTF-8"],
|
||||
"shmSize": 1073741824
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue