feat: finalize projectwork CI jobs, docs and test integration

This commit is contained in:
2026-04-23 11:39:08 +03:00
parent 737bddd631
commit 20bdacf5c5
39 changed files with 1819 additions and 70 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"chrome": {
"default": "128.0",
"versions": {
"128.0": {
"image": "selenoid/vnc:chrome_128.0",
"port": "4444",
"path": "/"
}
}
},
"firefox": {
"default": "125.0",
"versions": {
"125.0": {
"image": "selenoid/vnc:firefox_125.0",
"port": "4444",
"path": "/wd/hub"
}
}
}
}
+1
View File
@@ -0,0 +1 @@
+1
View File
@@ -0,0 +1 @@