Hello Bitrise team!
Could you please add ability to select log formatter (and specify its options) for ‘test without building’ step (at the moment I’m interested in ‘xcpretty’ formatter, but ‘xcbeautify’ also could be useful in the future)? I want to replace a script step with dedicated ‘test without building’ step and keep the current output (and generate html report):
| xcpretty "--color" "--report" "html" "--output" "$BITRISE_DEPLOY_DIR/unit-test-results.html"
There is ‘Xcode Test for iOS’ step which allows to select ‘xcpretty’ or ‘xcbeautify’ formatter and specify additional options for both. It would be great to have similar thing for ‘test without building’ step. Having ability to specify xcpretty options for ‘build for testing’ step would also be great.
Thank you!