From cbc38f6d4b3fcc03c053f27f74d37bd309dd1791 Mon Sep 17 00:00:00 2001 From: Walid Kayhal <3347810+waliid@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:51:56 +0100 Subject: [PATCH] Use raw output style for tests --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ce0f1ad2..226e8f59 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -197,6 +197,7 @@ def run_package_tests(platform_id, scheme_name) result_bundle: true, number_of_retries: 3, clean: true, + output_style: 'raw', xcargs: '-testLanguage en -testRegion en_US' ) end