Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test name is not visible in UI and in status #18

Closed
testwareit opened this issue Mar 4, 2021 · 3 comments
Closed

Test name is not visible in UI and in status #18

testwareit opened this issue Mar 4, 2021 · 3 comments
Labels
bug Something isn't working resolved Problem solved selenosis

Comments

@testwareit
Copy link

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

@alcounit alcounit added the bug Something isn't working label Mar 5, 2021
alcounit added a commit that referenced this issue Mar 5, 2021
alcounit added a commit that referenced this issue Mar 5, 2021
@alcounit
Copy link
Owner

alcounit commented Mar 5, 2021

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"}

Updated manifest: https://github.com/alcounit/selenosis-deploy/blob/main/03-selenosis.yaml

@testwareit
Copy link
Author

testwareit commented Mar 6, 2021

Works perfectly!
Thanks for quick response :)
I suggest to put this capabilities into readme.

@alcounit
Copy link
Owner

alcounit commented Mar 6, 2021

Glad to hear it, thanks.
Will update README later.

@alcounit alcounit closed this as completed Mar 6, 2021
@alcounit alcounit added the resolved Problem solved label Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved Problem solved selenosis
Projects
None yet
Development

No branches or pull requests

2 participants