Hello, I have a test suite for Android with over 150 test cases and I’m recording a video on on every test using the “Start Screen Recording” at test setup & “Stop Screen Recording” at test teardown, keeping in mind that I delete the video files when the test case passes
Now my issue is that when I’m having alot of failed test cases this means alot of videos recorded and alot of videos being embedded to my log file which means that the log.html file gets too big (3.5GB for example) and I can’t open my log files at all so my question is:
Is there an option to NOT embed the video to log file for Android?
Is there any way to decrease the log.html file size without malforming the data?
I think you could do a post-processing of output.xml, removing all video links, or replacing to a single/dummy video. Then with rebot you would produce a smaller Log file. I don’t know other solutions.