Releases: bitrise-steplib/steps-xcode-test
Releases · bitrise-steplib/steps-xcode-test
1.13.1
1.13.0
1.12.1
1.12.0
1.11.0
is_clean_build
is now set to "no" by default
1.10.0
1.9.0
- NEW OPTION : simulator platform - can now be set to tvOS, to run tvOS app unit tests
1.8.0
- Removed the custom "build summary" scan which was built into the step
- Instead you can now select
xcpretty
as the output tool xcpretty
's HTML report also replaced our previous raw.log
report- You can, of course switch back to the raw
xcodebuild
output, by setting theoutput_tool
option toxcodebuild
, the default value isxcpretty
1.7.0
- output
BITRISE_XCODE_TEST_FULL_RESULTS_TEXT
replaced with saving the Summary into a file instead, as the Test Summary might be larger than what common tools can process as an Environment Variable
1.6.0
- option to enable/disable Xcode code coverage reporting