Skip to content

Releases: google/xctestrunner

Release 0.2.15 (2021-11-1)

02 Nov 06:27
Compare
Choose a tag to compare
  • 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 and biplist module.

Release 0.2.14 (2020-08-04)

04 Aug 23:57
Compare
Choose a tag to compare
  • 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)

23 Jun 19:05
f52307f
Compare
Choose a tag to compare

Fixed the python 2 issue on macOS 10.14.

Release 0.2.12 (2020-04-30)

01 May 04:09
Compare
Choose a tag to compare
Pre-release
  • 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)

10 Feb 02:22
Compare
Choose a tag to compare
  • 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)

12 Sep 00:00
Compare
Choose a tag to compare
  • 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)

23 Aug 18:25
Compare
Choose a tag to compare
  • 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)

16 Jul 22:20
Compare
Choose a tag to compare
  • 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)

04 Apr 15:26
Compare
Choose a tag to compare
  • Fix the XCUITest issue on Xcode 10.2

Release 0.2.6 (2019-01-15)

15 Jan 06:10
Compare
Choose a tag to compare
  • 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.