Method: Fastlane::Actions::CaptureIosScreenshotsAction.output

Defined in:
fastlane/lib/fastlane/actions/capture_ios_screenshots.rb

.outputObject



31
32
33
34
35
# File 'fastlane/lib/fastlane/actions/capture_ios_screenshots.rb', line 31

def self.output
  [
    ['SNAPSHOT_SCREENSHOTS_PATH', 'The path to the screenshots']
  ]
end