Skip to content

This project will test the simple android application using Appium and Node.JS as a programming language.

License

Notifications You must be signed in to change notification settings

prat3ik/appium-android-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appium-android-nodejs

This project will test the simple android application using Appium, and here I am using Node.JS as a programming language.

Libraries:

  1. mocha: JavaScript testing framework
  2. chai: Assertion library for Node.js
  3. wd: Node.js client for WebDriver(Appium)

All above dependencies are mentioned in package.json

Installation

Prerequisites:

  • Make sure valid Android device is connected properly.

Execution on Local device:

  1. Clone the repo: $ git clone https://github.com/prat3ik/appium-android-nodejs.git
  2. Move to project ($ cd appium-android-nodejs) and change platformVersion & deviceName in android_test.js accordingly.
  3. Open terminal and type following commands:
    • $ npm install
    • $ npm test OR $ mocha android_test.js

NOTE: Please make sure that mocha has installed globally, OR you can use command $ npm install -g mocha to install mocha globally.

About

This project will test the simple android application using Appium and Node.JS as a programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published