8000 Tags · google/xctestrunner · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: google/xctestrunner

Tags

0.2.15

Toggle 0.2.15's commit message
Add DEVELOPER_DIR env back to execute logic test

This change was from 67100a8
 and removed in 7f8fc81.

0.2.14

Toggle 0.2.14's commit message
Expose crash reports from xcresult bundle

- Expose crash reports from xcresult bundle
- Fix a programming error for missing test_log_dir

0.2.13

Toggle 0.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #20 from keith/ks/custom-interpreter

Fix python2 interpreter

0.2.12

Toggle 0.2.12's commit message
Update test runner with internal change

- 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.

0.2.11

Toggle 0.2.11's commit message
Update test runner with internal change

- Fix the minSupportedVersion issue for simulator creation.
- Allow running arm64 test bundle on arm64e iOS device.

0.2.10

Toggle 0.2.10's commit message
Update xctestrun module for Swift test support in Xcode 11

1. When running on simulator, use DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH to load the symbols in the xcode's libs/frameworks. For running on real device, still need to copy the libs and frameworks under test host's Frameworks directory.

2. Copy libXCTestSwiftSupport.dylib to test host's Frameworks directory when running on real device under Xcode 11. Because it is required to run swift test under Xcode 11.

0.2.9

Toggle 0.2.9's commit message
Fix the support iOS version in Xcode 10.3

Fix the support iOS version in Xcode 10.3

0.2.8

Toggle 0.2.8's commit message
Update README

Remove the installation option which is built from bazel

0.2.7

Toggle 0.2.7's commit message
Fixes the XCUITest issue on Xcode 10.2

Fixes the XCUITest issue on Xcode 10.2

0.2.6

Toggle 0.2.6's commit message
Robust solution for checking the device SDK in ios_test_runner

Robust solution for checking the device SDK in ios_test_runner.
- Support passing optional argument --platform=[ios_device,ios_simulator].
- If args.platform is not given, use the output `xcrun simctl list devices` and `instruments -s devices` to detect the SDK of the device from given device id.

For new iOS models, such as iPhone Xs, Xs MAX, the uuid is no longer 40 digit. To be more robust, ios_test_runner won't use uuid format to determine the SDK of the device. To be consistent with Google bazel, we add a new argument --platform.
0