As I am using a Appium for mobile app Automation. With that the emulator which I am using is starting with the delay. Due to that the actual test case run all test case are failed with the error message stating device offline. (Cucumber BDD I am using now, android emulator)
How do we make the test to wait till the emulator is ready to run the test ?
I am trying to run the bdd feature file with Android Emulator, during the test run the emulator is not started with some delay so the test case run is failing. I want the test case run to wait till the android emulator is ready to accept the test run.
How to achieve this one ?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744387575a4571744.html
评论列表(0条)