8000 GitHub - lovmoon3k/adb-mock: Mock adb responses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lovmoon3k/adb-mock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adb-mock Build Status

Mock adb responses on machines than doesnt have adb installed and a connected device to run tests.

#Usage

npm install --save adb-mock

Integrate with travis, inside your .travis.yml set

before_script:
  - export PATH=$PATH:./node_modules/adb-mock/bin/

Used in adbjs tests,

About

Mock adb responses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.8%
  • Makefile 4.2%
0