github fastlane/fastlane 2.201.0.rc2
2.201.0.rc2 - Add xcbeautify support, remove need for xcpretty

latest releases: fastlane/2.220.0, 2.220.0, fastlane/2.219.0...
pre-release2 years ago

See https://github.com/fastlane/fastlane/pull/19629 for more info

Changes

Install xcbeautify by brew install xcbeautify or other methods listed here

rc2

  • Added doc to xcodebuild_formatter description that says no formatter will be used if set with empty string
  • output_types are fixed and now being generated
    • junit will be made by xcpretty is using xcpretty, otherwise it will be made with trainer
    • html will only be made if using xcpretty

rc1

  • scan no longer relies on xcpretty for anything
    • trainer has now been moved inside of fastlane and is used to determine determine success and failure of scan
  • scan option for number_of_retries now uses Xcode 13's retry tests
    • In Xcode 12 and under it will still use fastlane's implementation to try to only rerun tests that have failed
  • Added xcodebuild_formatter option to scan, gym, and snapshot
    • Defaults to xcbeautify
    • But will default back to xcpretty if any "xcpretty" specific options are set (ex: xcpretty_formatter, xcpretty_args)
    • Otherwise falls back to xcpretty
    • You can also pass anything for xcodebuild to pipe to like xcodebuild_formatter: "/path/to/other/xcbeautify"

Don't miss a new fastlane release

NewReleases is sending notifications on new releases.