mokemokechicken / CrashMonkey

Monkey Test Tool For iOS
MIT License
199 stars 38 forks source link

the script is not taking any screenshots #15

Open Tomtombulla1 opened 9 years ago

Tomtombulla1 commented 9 years ago

Hi,

unfortunately I have the problem that script is not taking any screenshots while it is running. I start the script as it is described with:

but I only can see the console logs and the screenshots as it is described in the video here: https://www.youtube.com/watch?v=y5PZGVbLHtI&feature=youtu.be

Did I missed something or is here an issue ?

thanks for your help

Tomtombulla1 commented 9 years ago

Sorry I mean

"but I only can see the console logs but NOT the screenshots as it is described in the video here:..."

JohnnyWuMigme commented 9 years ago

You need to enable it in config.json file here is the path of mine: ~/.rvm/gems/ruby-2.1.5/gems/crash_monkey-0.3.0/lib/crash_monkey/templates/config.json

add " "screenshotInterval": 0.25," into the file then you will see.

By default download it's not enabled. I checked the code then found need to set it in config.json. Try it, works for me.

Tomtombulla1 commented 9 years ago

Thank you so much. now it works perfectly!