This repository was archived by the owner on Jan 23, 2023. It is now read-only.
New options for multi_scan!
- Need to tweak the options that are passed to
scanjust before a test run starts? Use theoverride_scan_options_blockoption to get called back and modify the options. - Do you want to send a special command to your cloned iOS simulators just before they're used? Use the
simulator_started_callbackto get called back with the simulators's udid to perform anyxcrun simctlcall you want. - Do you want to re-use your simulators for parallel iOS test runs? Pass in the
reuse_simulators_for_parallel_testrunsoption set to true.
Cloned simulators also get their hardware keyboard disconnected like regular scan does for its simulators.