-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel Simulator support #97
Comments
Hey @saikrishna321 , not at the moment, but this is something we consider, that's one of the main reasons we chose fbsimctl. |
Xcode 9 / iOS 11 simulator runtime has native support for multiple concurrent simulators. Sounds to me like a good idea to see if we can remove fbsimctl use. |
2018 checkin! -- I'd very much hope for this feature! |
I think it is currently work in progress: https://twitter.com/rotemmiz/status/938108324523986944 |
@DanielMSchmidt -- I saw that thread back in December (and commented), but at the time, I didn't know who anybody was (I hadn't been following things). I lost track of the twitter thread, and came to GitHub to see if this feature was on the roadmap. I can't wait for @rotemmiz work to ship!! ❤️ |
Hey guys, The development on parallel support have been delayed for other (internal) more urgent things (+ a week of marking the check box on the seasonal flu). The main issue was Jest 21 at the time, which its lifecycle did not support initialization per process (as opposed to per suite). Jest 22 now offers parallelization with support of custom runner (jest-runner-mocha in our case). I will get back to the task soon (hopefully in the next couple of weeks). Anyway, you can follow the development of the feature here |
@rotemmiz are you saying that if we get parallel support working that we should be dependant on using Jest? |
Support has just landed in master with the merge of #609 . |
This will be shipped with Detox 7.4.0 |
thanks for doing this, will there be any documentation or a sample project of how to use this? |
Please open a new issue for the missing documentation. |
It is part of the cli documentation --workers You are right though, we need to add notes on what it actually does under the hood when running in this mode. |
as FBSimulator support parallel run, does detox also allow users to run tests in parallel sim?
The text was updated successfully, but these errors were encountered: