Rotem Meidan
Rotem Meidan
what @LeoNatan said. This currently out of the scope of the projects for us.
Multiple instances of detox is supported on iOS from 7.4.0. this requires a t at runner with parallel execution support, like Jest.
No, it's not supported, but you can just run it in two different commands, either one after the other, or by sending one one process to background with shell, something...
What he said
@DanielZlotin is this the error you encountered when trying to build 64 bit JSCore?
An important info I forgot to add is that this does not happen on the previous jsc-android release and on stock RN JSCore. I'll try gathering more data.
@simonracz did you run a react-native app? in debug mode ? Loading the bundle from the debug node server may take time, and detox may reach the default timeout and...
Is your application a "brownfield" app? including both native parts and RN parts? This happens when Detox tries to get the application context (which is expected to be a ReactApplication),...