-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release/2.3.0 #596
Merged
Merged
release/2.3.0 #596
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OSS: update vendor licenses
Progress on removing SimControl #320
…ests-for-Xcode-8 Stabilize integration tests for Xcode 8
…ks-simulator-architecture DeviceAgent::Client: check simulator/application architecture compatibility
Simulator.app => Simulator
* remove Xcode < 7 elements * improve documentation
…rocess-detection ProcessWaiter: improve process detection
…ator-when-necessary CoreSim: quit simulator only when necessary
…for-stable-state Device: improve the wait-for-simulator-stable algorithm
…ould-be-an-option Allow user to force simulator relaunch when running with DeviceAgent
SimControl is deprecated and these tests are not providing much value
…ests-for-Xcode-8.2 Stabilize integration tests for Xcode 8.2
double for CI
…ut-and-filter-required-processes-by-OS Improve Device#simulator_wait_for_stable_state for iOS <= 8 and iOS >= 10.1
…-more-sim-processes-for-Xcode-8.2 CoreSimulator manages more processes for Xcode 8 and Sierra
Stabilize Travis runs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2.3.0
This release contains a significant change - Simulators will not be automatically be relaunched whenever
Calabash::Cucumber::Launcher#relaunch
is called. Instead, run-loop will try to keep the simulator running as long as it appears to be healthy. This change is only for DeviceAgent test runs. Tests that use UIAutomation will continue to relaunch the simulator.If you are on macOS Sierra or using Xcode >= 8.0, you are running against DeviceAgent. UIAutomation is only used on El Cap with Xcode < 8.0 and iOS < 10.
If your tests need the simulator to relaunch every time
Launcher#relaunch
is called, you can pass the new:relaunch_simulator => true
option. This option is provided for backward compatibility.DeviceAgent 1.0.6
Built from tag 1.0.6
iOSDeviceManager 1.0.4
iOSDeviceManager is unchanged for this version. See the 2.2.4 release notes below for details about the iOSDeviceManager 1.0.4 release.