isonic1 / flick

A CLI with helpful QA tools for Android (Devices & Emulators) and iOS (Devices).
MIT License
101 stars 26 forks source link

Option for disabling screenshot-based restriction for video recording #16

Closed sskorol closed 7 years ago

sskorol commented 7 years ago

@isonic1 hi,

Is there any way for stopping video recording only by sending stop command, ignoring the total amount of screenshots?

If my test is quite long, I can't predict max amount of screenshots, and recording stops until test is finished.

isonic1 commented 7 years ago

Yeah, you can increase the screenshot count by passing -c 1000 for a thousand. By default it's set at 500. Also, you can see all the available arguments for each job by passing the --help. e.g. flick video --help. Hope this helps.

sskorol commented 7 years ago

@isonic1 yeap, seems to be working fine. I was just a bit confused about video length, which was < real test execution time. Then I noticed a comment about unique screenshots mode.