Just to clarify, this is basically about the ‘Virtual Device Testing’ step for Android, right? You’re requesting it to display the “name of the test” during the video? How so, or what would define the name of the test in cases you run the same test on different devices? Do you think ideally you’d have the option in form of an input to provide a name?
So basically what happens is,
I have 26 UI tests. Lets say I got error in test number 17 (LoginTest.Java for some UI not present error)
When I get the video of it, I have to see whole video until I get to exact point where the test fails.
So if I have this feature then I can directly jump to the test it failed (LoginTest.java). And check what the issue is and where it is.
How to implement ?
Either the seek bar of the video have some breakpoints in it.
Separate the video into number of tests (23 video for 23 tests) (impractical)
Add details about what test started at what time and the end time. This would be the best way to directly jump right into the failed test.
We have started tracking your request internally, we will discuss and review these options, and we will get back to you on this thread once we have an update we can provide on the topic!