shazam / fork

A library that offers the fastest way to execute Android instrumentation tests.
Other
392 stars 144 forks source link

Video file not found #138

Open hram opened 6 years ago

hram commented 6 years ago

I do broke some test to see how video capturing works In html report I see video block

<video class="diagnostic fail" controls="" src="../../../screenrecord/emulator-5554/emulator-5554/hram.testspoon.test.package1.test1Test%23sum_1_1Test.mp4" type="video/mp4" width="35%" height="35%">
    Is video supported in this browser?
</video>

but video file not found folder ../../../screenrecord is empty

TarCV commented 6 years ago

@hram Could you share a project where this problem is reproduced consistently? We have similar problem in our project where video is missing for some of failed testcases, but we can't see any pattern in those. So I'm interested in investigating this issue.