Mike Lady
Mike Lady
@plu when should the `required_services_for_ready` be present? when the simulator is fully booted? I do not see those services at all when my sim is fully booted and running tests...
@plu , so this commit waits until the following state is finished?
@oliverhu, `waitForDeviceReady` in `BPSimulator.m` seems to just check the simulator if it's in a "Booted" state, which seems to be necessary, but not sufficient to ensure that a simulator is...
if nothing checks for those processes, I'm willing to contribute a PR
So the "Booted" state can mean the simulator can still be "loading" as seen above. I think it's problematic trying to install an app in this state, and other people...
Cool, passing the tests via the "include" in the json config file worked! I tried using the cli flag `--include`, but it doesn't seem to accept a list of tests?...