- run command
npm install
in the root directory of this project - Start appium server using external command prompt with the help of command
appium --allow-insecure chromedriver_autodownload
- Using android studio, start the emulator device
- use
adb devices
command to get the name of the emulator device. Copy paste it in the deviceName of the capabilities section in the index.js file
Run test using: node .\index.js
Run following command in the root directory of this project: npm install --save appium --chromedriver_version="2.34"