You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm trying to add test name through capabilites, but I'm not able to do that. I was trying to do it in multiple ways, but no luck: capabilities = { "browserName": "chrome", "name": "asfg", "testName": "att", "selenoid:options": { "enableVNC": False, "name": "test_name", "testName": "qwe" }, "selenosis:options": { "enableVNC": False, "name": "test_name2", "testName": "qwe3" } }
Test name is empty in UI but also in selenosis /status page: "labels":{"ENABLE_VNC":"true","SCREEN_RESOLUTION":"1920x1080x24","browserName":"chrome","browserVersion":"88.0","session":"selenoid-vnc-chrome-88-0-cce71b85-3593-4210-9c57-8bec060db64d","testName":"","type":"browser"
Language: Python
The text was updated successfully, but these errors were encountered:
Hi @testwareit, thanks for reporting.
I updated selenosis version to v0.0.9-develop with fix 95fb996, can you please try from your side. capabilities = { "browserName": "chrome", "name": "asfg"}
Hello!
I'm trying to add test name through capabilites, but I'm not able to do that. I was trying to do it in multiple ways, but no luck:
capabilities = { "browserName": "chrome", "name": "asfg", "testName": "att", "selenoid:options": { "enableVNC": False, "name": "test_name", "testName": "qwe" }, "selenosis:options": { "enableVNC": False, "name": "test_name2", "testName": "qwe3" } }
Test name is empty in UI but also in selenosis /status page:
"labels":{"ENABLE_VNC":"true","SCREEN_RESOLUTION":"1920x1080x24","browserName":"chrome","browserVersion":"88.0","session":"selenoid-vnc-chrome-88-0-cce71b85-3593-4210-9c57-8bec060db64d","testName":"","type":"browser"
Language: Python
The text was updated successfully, but these errors were encountered: