Closed ffittschen closed 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.
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.
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:
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?