MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

Deprecating clone-simulator config and defaulting it to always ON #383

Closed ravimandala closed 4 years ago

ravimandala commented 4 years ago

The clone-simulator config is deprecated and need not be passed. The clone simulator feature is always ON in Bluepill going forward.

@ob Can you please take a look?

ravimandala commented 4 years ago

Fixing the failing tests.

ravimandala commented 4 years ago

Note: This should also fix https://github.com/linkedin/bluepill/issues/384

ravimandala commented 4 years ago

This might break UI tests. Closing this PR for now and will open a new PR with more UI tests and fixes on top of these changes.