How to Speed up the test up in Appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to Speed up the test up ...

How to Speed up the test up in Appium?


capability.setCapability("skipUnlock",true);
capability.setCapability("skipServerInstallation",true);
Skip unlocking of device when session starts using the SkipUnlock capability.
If you are sure that your emulator/device is already unlocked, you can enable this desired capability in order to speed up your test runs. Values = true/false

Leave a Reply

Your email address will not be published. Required fields are marked *