美文网首页
常用命令

常用命令

作者: 搁浅的三刀流zoro | 来源:发表于2017-07-25 12:29 被阅读0次

    常用命令

    安装

    npm i macaca-cl -g

    服务端

    macaca server (正常模式)

    macaca server -p 3456 (设置端口)

    macaca server -p 3456 & (设置端口后台运行)

    macaca server --verbose(输出详细日志)

    测试

    macaca run (运行当前目录用例集)

    macaca run -d ./test (运行指定目录下用例集)

    检查

    macaca doctor (环境检查)

    帮助

    macaca -h

    macaca server -h

    macaca run -h

    macaca doctor -h

    相关文章

      网友评论

          本文标题:常用命令

          本文链接:https://www.haomeiwen.com/subject/hhkzhxtx.html