How to setup Appium in Ubuntu for android

前端 未结 9 2222
無奈伤痛
無奈伤痛 2020-11-29 08:28

I am new in appium(automation testing technology).

I\'m using a PC running Ubuntu Linux.

I have searched about this topic but I have not got any

9条回答
  •  攒了一身酷
    2020-11-29 09:10

    I can tell about the 14.04 version

    1. Download the file from https://nodejs.org/en/

    2.Now for extracting the file path press Ctrl+l , it will give the exact path , copy it

    3.open bash.src file and it has to be open with gedit, this file is hidden Press Ctrl+h to see the hidden files

    4.now in the bash.src file,paste the below commands

       export PATH=$PATH:"somepath u copied upto bin" 
    
       export NODE_PATH=$PATH:"somepath u copied upto bin node_modules'"
    

    It will surely work

提交回复
热议问题