zoukankan      html  css  js  c++  java
  • UI 自动化测试 Macaca测试框架 安装时遇到的log

    https://macacajs.github.io/zh/environment-setup

    macaca run -d ./macaca-test/desktop-browser-sample.test.js --verbose


    npm WARN checkPermissions Missing write access to


    C:Usersjasqia.APAppDataRoaming pm ode_modulesmacaca-cli ode_modulesansi-to-html


    macaca run -d ./test/macaca-chromedriver.test.js --verbose


    C:Usersjasqia.AP>npm -vesion

    Usage: npm <command>

    where <command> is one of:
    access, adduser, bin, bugs, c, cache, completion, config,
    ddp, dedupe, deprecate, dist-tag, docs, doctor, edit,
    explore, get, help, help-search, i, init, install,
    install-test, it, link, list, ln, login, logout, ls,
    outdated, owner, pack, ping, prefix, profile, prune,
    publish, rb, rebuild, repo, restart, root, run, run-script,
    s, se, search, set, shrinkwrap, star, stars, start, stop, t,
    team, test, token, tst, un, uninstall, unpublish, unstar,
    up, update, v, version, view, whoami

    npm <command> -h quick help on <command>
    npm -l display full usage info
    npm help <term> search for help on <term>
    npm help npm involved overview

    Specify configs in the ini-formatted file:
    C:Usersjasqia.AP.npmrc
    or on the command line via: npm <command> --key value
    Config info can be viewed via: npm help config

    npm@5.6.0 C:Program Files odejs ode_modules pm

     


    C:Usersjasqia.AP>npm config get prefix
    C:Usersjasqia.APAppDataRoaming pm

    C:Usersjasqia.AP>npm config get cache
    C:Usersjasqia.APAppDataRoaming pm-cache


    C:Usersjasqia.AP>node -v
    v8.10.0

    C:Usersjasqia.AP>npm -v
    5.6.0

    C:Usersjasqia.AP>appium -v
    'appium' is not recognized as an internal or external command,
    operable program or batch file.

     

    D:LearnMacaca02>npm i macaca-chrome -g
    npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
    npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie h
    ttps://nodesecurity.io/advisories/130

    > macaca-chromedriver@1.0.41 install C:Usersjasqia.APAppDataRoaming pm ode
    _modulesmacaca-chrome ode_modulesmacaca-chromedriver
    > node ./bin/macaca-chromedriver install

    >> version: 2.33
    >> chromedriver cdn url: https://chromedriver.storage.googleapis.com/2.33/chrome
    driver_win32.zip
    >> chromedriver local in C:Usersjasqia.APAppDataRoaming pm ode_modulesmac
    aca-chrome ode_modulesmacaca-chromedriverexecchromedriver2.33.exe
    + macaca-chrome@1.0.7
    updated 27 packages in 249.729s

  • 相关阅读:
    实例之内存体系结构(1)--- 共享池(Share pool)
    体系结构 --- 实例和数据库
    分页查询与TOP-N特性
    MERGE 和 WITH语法
    外部表
    SQL语句(9)--- 同义词
    SQL语句(8)--- 索引
    SQL语句(7)--- 视图
    SQL语句(6)--- 约束
    死锁的产生与解决
  • 原文地址:https://www.cnblogs.com/qianjinyan/p/9530636.html
Copyright © 2011-2022 走看看