detox jest tests are not running in parallel

ⅰ亾dé卋堺 提交于 2021-01-28 03:11:51

问题


Detox Automation with Jest

Hi, I am running detox tests form the CLI with the below command. detox test -r --maxWorkers 2 to achieve parallel execution.

Already one simulator started with name iphone 5s-Detox and with the maxWorkers 2 or --workers 2, one more simulator is launching but the tests are executing in only one simulator. I want to execute tests in parallel to save the execution time.

Can anyone share concept of detox jest parallel execution. Is this same as testNG or it's different.

in Detox simulator tests are running fine, but new worker got app installed and freezes with out any action

not sure what is the use of this device.registry.state ???

Unable to understand the locking mechanism, as mentioned

https://github.com/wix/Detox/blob/master/docs/Guide.ParallelTestExecution.md

Can any one help on this to understand better jets parallel execution.

来源:https://stackoverflow.com/questions/55794833/detox-jest-tests-are-not-running-in-parallel

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!