Releases: google/xctestrunner
Releases · google/xctestrunner
Release 0.2.15 (2021-11-1)
- Support Xcode 13.0/13.1.
- Support Python 3.6 or later.
- Support running x86_64 Unit/UITest on arm simulator.
- Improve the stability of booting simulator.
- Clean up
- Remove the Xcode 9 or earlier Xcode support.
- Remove the usage of
/usr/libexec/PlistBuddy
andbiplist
module.
Release 0.2.14 (2020-08-04)
- Be compatible with Xcode 12.0 (beta 4) on simulator and device testing.
- Better xcresult output
- Support exposing crash reports from xcresult bundle.
- Keep the original xcresult bundle by default.
- Fixed the xcresult_util bug that when 'diagnosticsRef' is missing in the xcresult bundle.
Release 0.2.13 (2020-06-23)
Fixed the python 2 issue on macOS 10.14.
Release 0.2.12 (2020-04-30)
- Check the OS version when passing the Swift5 fallback libraries (required for Xcode 11.4 or later)
- Parse the xcresult bundle under Xcode 11 or later.
- Remove the Xcode 7 support.
Release 0.2.11 (2020-02-09)
- Fix the validation issue for min supported OS version.
- Allow running arm64 test bundle on arm64e iOS device.
Release 0.2.10 (2019-09-11)
- Fixed the swift test support in Xcode 11.0
- When running on simulator, use DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH to load the symbols in the Xcode's libs/frameworks. It can speed up test execution a little bit.
Release 0.2.9 (2019-08-23)
- Fixed the support iOS versions in Xcode 10.3
- Fixed the logic test support in Xcode 11.0
Release 0.2.8 (2019-07-16)
- Fix Xcode 11 compatibility.
- Add --destination_timeout_sec in launch options.
- In subcommand
simulator_test
, change the argument --new_simulator_name to --new_simulator_name_prefix which will be used for simulator clean up feature. - Delete simulator asynchronously.
Release 0.2.7 (2019-04-04)
- Fix the XCUITest issue on Xcode 10.2
Release 0.2.6 (2019-01-15)
- Add a new argument --platform which can specify the target device's platform precisely.
- The signing identity of ui test bundle can be different with the signing identity of app under test.