github

macacajs / macaca-client

  • пятница, 18 марта 2016 г. в 02:14:04
https://github.com/macacajs/macaca-client

JavaScript
Client for Macaca.



macaca-client

NPM version npm download

Client for Macaca.

Support

  • Xcode Version >= 7.2
  • Android SDK Version >= 4.4.2
  • Node.js Version >= 4.2.x

Installment

$ npm i macaca-client -g

Quick Start

Start server

# normal usage
$ macaca server

# set a port
$ macaca server -p 3456

# run in background
$ macaca server -p 3456 &

Run Test

# run test in current cwd
$ macaca run

# run test in a pointed directry and set a framework
$ macaca run -d ./test -f mocha

# run with a auto run server?
$ macaca run --server --verbose

Environment Doctor

$ macaca doctor

More Help

$ macaca -h

# helper for server
$ macaca server -h

# helper for how to run test
$ macaca run -h

# helper for environment doctor
$ macaca doctor -h

That's all, enjoy it!

License

MIT

Copyright (c) 2014 xdf