Pedro Fernandes
Pedro Fernandes
I understand the issue regarding session management and this does seem like a better approach, however, I have a use case for `autoLanch=false` In my Android + iOS native app...
@KazuCocoa yes they do work locally and in our grid, the only issue is with cloud vendors such as browserstack, they enforce an app in the capabilities that was previously...
tbh the cloud vendors should perfectly be capable of handling the missing `app` capability, if browserstack has `browserstack.midSessionInstallApps`, then this is perfectly possible, they simply did not implement it, so...
it works with ``` jest.useFakeTimers({ advanceTimers: true }); // OR jest.useFakeTimers({ doNotFake: ["nextTick"] }); // if you really don't want process.nextTick to be monkey patched ``` because dataloader uses `process.nextTick`...
missing implementation in `WebSocketClient` at `mockServerClient.js`
@jamesdbloom is it possible to merge and release this?