12.2 Appium Installation (Plugin Manager)

12.2 Appium Installation (Plugin Manager):


1. In order to run Appium and emulator from Jenkins, we have added new free style item in Jenkins. Now, open
configure window and in “Build” section add   these lines:
start "" C:\Users\xxxxx\AppData\Local\Android\Sdk\tools\emulator.exe -avd firstemulator
start "" appium
as shown in figure. 




2. To check the path of Appium, type where Appium in cmd   as shown below.


3. To check the path of emulator type where emulator in cmd  as shown below.


4. To stop Appium server type code in cmd:
 taskkill /F /IM node.exe


No comments:

Post a Comment

Cypress from beginning