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 …