New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

android-test

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

android-test

android app automation test on real device

latest
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

#Requirement

adb

usb cable connected to android device

#How it work http://screencast-o-matic.com/watch/c2jDi1nMDK

$ adb devices
x.x.x.x conected

$ adb shell

$ npm install android-test

$ cd node_modules/android-test

$ nohup ./run &


#Story: untuk real testing sebuah feature dan issue aplikasi mobile jika di lakukan manual kadang membutuhkan waktu yang lumayan mengalihkan fokus para developer,

tentu tool ini tidak bisa menggantikan QA profesional.

#Goal: tapi ini bisa membantu developer untuk tetap fokus di development, dan membuat mata dan tangan developer tetap pada laptop/pc.

dan layaknya sebuah Automation testing, tentu butuh feature untuk menentukan expectasi dari hasil dan state jika error juga tracking , loging , performance report

FAQs

Package last updated on 23 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts