Implement HW5 stubs, API helpers, optional SQL/MQ helpers, and test coverage

This commit is contained in:
2026-03-09 01:40:48 +03:00
parent d1247eec18
commit 507e14bc2e
53 changed files with 2320 additions and 56 deletions

12
selenoid/browsers.json Normal file
View File

@@ -0,0 +1,12 @@
{
"chrome": {
"default": "126.0",
"versions": {
"126.0": {
"image": "selenoid/vnc_chrome:126.0",
"port": "4444",
"path": "/"
}
}
}
}

1
selenoid/video/.gitkeep Normal file
View File

@@ -0,0 +1 @@