Skip to content

Releases: google/xctestrunner

Release 0.2.5 (2018-11-11)

12 Nov 06:42
Compare
Choose a tag to compare

Fix two issues in Xcode 10.1 and Xcode 8*.

Release 0.2.4 (2018-09-04)

04 Sep 09:47
Compare
Choose a tag to compare

Add Xcode 10 support

Release 0.2.3 (2018-05-23)

23 May 08:09
Compare
Choose a tag to compare
  • Improve the simulator testing and real device testing stability.

  • Fix the wrong detection for latest supported iOS version when installs multiple Xcode on the host.

  • Support passing keychain_path in signing_options

Release 0.2.2 (2018-03-21)

21 Mar 14:04
Compare
Choose a tag to compare
  • Support "skip_tests" and "uitest_auto_screenshots" in launch options.

  • Improve simulator_test stability.

Release 0.2.1 (2018-02-01)

02 Feb 04:21
Compare
Choose a tag to compare
  • Support exit code for logic testing.
  • Support test bundle with zip extension which is built by bazel.

Release 0.2 (2017-12-28)

28 Dec 08:37
Compare
Choose a tag to compare

New features:

  • Support logic testing on iphonesimulator device.
  • Support exit code.
  • Support signing options for running XCUITest on iphoneos device.

Initial release

11 Sep 15:25
Compare
Choose a tag to compare

Features:

  • It supports XCTest (Xcode Unit Test), XCUITest (Xcode UI Test).
  • It supports iOS 7+ iOS real device, iOS simulator.
  • It supports launch options configuration: test methods to run, additional environment variables, additional - arguments.
  • It supports Xcode 7+.