Currently the Xcode Test for iOS only allows xcpretty or Xcode build as the output tool. Xcpretty does not work with parallel tests output and xcodebuild just gives a summary of the last 20 lunes from the log.
Instead we would like to use xcbeautify as the output tool but it is not an option on the current configuration. GitHub - tuist/xcbeautify: A little beautifier tool for xcodebuild
Could support be added for this?

