问题
Is it possible to work with 2 simulators for executing single test case using calabash? If yes how do we launch 2 simulators and manage the session?
回答1:
Yes, you can easily do that simply using calabash x-platform solution. Please use official calabash article for reference and detailed instruction - it contains all info you need. https://github.com/calabash/x-platform-example
回答2:
I have a previously written an answer about doing this here - Running and communicating Calabash android and calabash iOS together
Have a look and hopefully it will help you :)
来源:https://stackoverflow.com/questions/38564111/can-i-work-with-2-simulators-ios-and-android-in-a-single-test-case-using-calab