zalando / zalenium

A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard.
https://opensource.zalando.com/zalenium/
Other
2.39k stars 575 forks source link

Test Case Name for Video displaying as "null" #1210

Open joydeepece9 opened 4 years ago

joydeepece9 commented 4 years ago

Hi @diemol ,

In Zalenium dashboard video displayed incorrectly .

Expected : " Testcasename_###timestamp" Actual : "null###_timestamp"

this behavior we have observed only for the first test case executed in the suite. For rest of the test cases it is coming as expected.

I have used Desired capabilities as desiredCapabilities.setCapability("name", "myTestName");

could you please assist me on this.

Regards, Joydeep

joydeepece9 commented 3 years ago

@diemol @zalando-robot @zalandostatcollector Could you please assist us on the above issue.