fastlane-old / snapshot

Automate taking localized screenshots of your iOS app on every device
https://fastlane.tools
1.96k stars 141 forks source link

Create screenshots in parallel on multiple devices? #450

Closed ffittschen closed 8 years ago

ffittschen commented 8 years ago

This weeks iOS Dev Weekly (Issue 238) featured a Parallel iOS Simulator Testing tool to run UI Tests on multiple simulator instances.

I was wondering if this could be applied to snapshot to reduce the time it takes to create screenshots even more?

bartoszj commented 8 years ago

Hi,

According to the xctool issue UIAutomations is not supported. Only the logic tests and application tests are working. Also I've tried to run test "manually" according to the Parallel iOS Simulator Testing and I can confirm that UI Tests are not executed at all. Unfortunately we have to wait until xctool starts working with UI Automation or xcodebuild to start working with multiple simulators.

KrauseFx commented 8 years ago

This would probably require some additional things to distinguish between the devices when looking at the generated files, but should work. This would also be interesting for scan.

fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1639. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: