Closed pavelshadrin closed 8 years ago
Yeah, that sounds like a cool idea :+1:
This issue was migrated to https://github.com/fastlane/fastlane/issues/1932. 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:
When UI tests are run locally inside Xcode, it's very useful to be able to see the screenshots of the app right before the UI test case fails:
But if UI tests are run with Fastlane or xcodebuild, only a derived data folder can be specified that will contain the test summary and a bunch of screenshots. The test summary plist has the failureSummaries fields, but I find it impossible to map this event to the corresponding screenshot.
It would be great if 'scan' had an ability to retrieve app screenshots corresponding to failed steps.