You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
739 B

  1. # Uncomment the lines below you want to change by removing the # in the beginning
  2. # A list of devices you want to take the screenshots from
  3. devices([
  4. "iPhone 8 Plus",
  5. #"iPhone Xs Max"
  6. ])
  7. languages([
  8. "en-US"
  9. ])
  10. # The name of the scheme which contains the UI Tests
  11. scheme("SnapshotUITest")
  12. # Where should the resulting screenshots be stored?
  13. output_directory("./screenshots")
  14. # remove the '#' to clear all previously generated screenshots before creating new ones
  15. clear_previous_screenshots(true)
  16. # Arguments to pass to the app on launch. See https://docs.fastlane.tools/actions/snapshot/#launch-arguments
  17. # launch_arguments(["-favColor red"])
  18. # For more information about all available options run
  19. # fastlane action snapshot