以下内容来自uirecorder官网:

如何接入Jenkins?

  1. 添加命令

     source ./install.sh
     source ./run.sh
    
  2. 添加报告

    JUnitreports/index.xml

    HTMLreports/index.html

国内用户可以通过oschina和cnpm提升部署效率,修改install.sh如下:

  ls ~/nvm || git clone https://git.oschina.net/yaniswang/nvm.git ~/nvm
  source ~/nvm/nvm.sh
  export NVM_NODEJS_ORG_MIRROR="http://npm.taobao.org/mirrors/node"
  nvm install v7.10.0
  npm install --registry=https://registry.npm.taobao.org


资料:
1.
UIREcorder PC 高级使用

2.  UIRecorder使用手册

 

 

相关文章:

  • 2022-12-23
  • 2021-11-28
  • 2021-12-23
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
猜你喜欢
  • 2021-07-07
  • 2021-07-06
  • 2022-12-23
  • 2021-07-31
  • 2021-08-14
  • 2021-09-23
相关资源
相似解决方案