Hi. I have a problem. When I run appium, my startup disk get filled up. This happens with appium 1.6 on mac el capitan (10.11.6) when running ios tests. I also put these capabilities
{
fullReset: true,
preventWDAAttachments: true
} but it doesn't seems to help.
Any ideas? Thanks