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

Tags: material-foundation/xctestrunner

Tags

0.2.10-patch

Toggle 0.2.10-patch's commit message
Docs.

0.2.9

Toggle 0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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.

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

Toggle 0.2.5's commit message
Update test runner

- Fix typo
- Fix the compatibility issue in Xcode 8.

0.2.4

Toggle 0.2.4's commit message
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.

0.2.3

Toggle 0.2.3's commit message
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

0.2.2

Toggle 0.2.2's commit message
Update test runner

- Support "skip_tests" and "uitest_auto_screenshots" in launch options.

- Improve simulator_test stability.

0.21

Toggle 0.21's commit message
Update xctestrunner

- Support exit code in logic testing.
- Support new test bundle zip built by bazel.
0