fastlane-old / scan

The easiest way to run tests of your iOS and Mac app
https://fastlane.tools
221 stars 25 forks source link

App screenshots of failed steps #87

Closed pavelshadrin closed 8 years ago

pavelshadrin commented 8 years ago

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:

screen shot 2016-02-04 at 19 50 01

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.

KrauseFx commented 8 years ago

Yeah, that sounds like a cool idea :+1:

fastlane-bot-helper commented 8 years ago

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: