You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[runner] add standalone flag to enable running logic tests under xcod…
…e 11
Closes#3.
Logic test can no longer be executed without the standalone flag for spawn command under XCode 11.
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.
Add Xcode 10 support for xctestrunner
Add Xcode 10 support for xctestrunner. Don't use dummy_project to generate xctestrun file in Xcode 8+ and generate xctestrun file from template directly.
Update test runner
- 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