STF的的安装

作者: 程守正 | 来源:发表于2017-06-23 23:34 被阅读99次

1.安装参考

STF的官网要求:

Node.js >= 6.9 (latest stable version preferred)
ADB properly set up
RethinkDB >= 2.2
GraphicsMagick (for resizing screenshots)
ZeroMQ libraries installed
Protocol Buffers libraries installed
yasm installed (for compiling embedded libjpeg-turbo)
pkg-config so that Node.js can find the libraries

第一安装启动后报错:

FTL/cli:local 2637 [*] Child process had an error ExitError: Exit code "1"
at ChildProcess.<anonymous> (/home/qian/下载/Appium/nodejs/lib/node_modules/stf/lib/util/procutil.js:49:23)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12

在官网上查找后是因为没有STF的master,怀疑是因为没有开代理的原因。后来开代理重新安装后,就可以正常使用。然后因为重新安装的原因。导致Bower没有安装成功,最后发现要清理缓存,才能正确安装。

重新安装Bower的方法

解决方法看这个


使用STF

  • 启动rethinkDB 指定端口和缓冲大小启动:rethinkdb --bind all --cache-size 8192 --http-port 8090
  • stf local

待填

相关文章

  • Mac安装STF-踩坑记录

    一、 STF安装 1、STF官网:https://github.com/openstf/stf2、安装依赖:bre...

  • STF的的安装

    1.安装参考 官网https://github.com/openstf/stf WEB 端批量移动设备管理控制工具...

  • STF安装

    Reference http://www.jianshu.com/p/8632c728325e https://t...

  • STF安装

    linux:14.04权限:root镜像:registry.npm.taobao.org(淘宝镜像)注意:本文汇总...

  • HomeBrew自动安装脚本

    前言 来啦老铁! 又到学知识的时候啦,原本想搞一下 STF 的,结果环境没搞定,STF 一直安装不上,为了不让今天...

  • Ubuntu下STF的安装

    直接按照官方文档安装即可再来一篇参考 PS: 如果有因权限问题安装不成功, 可以试一试下面方法:注: 原文 ret...

  • Ubuntu 下安装STF

    STF项目地址 安装依赖 提示:我已经安装了cmake make g++ build-essential git ...

  • MAC下STF安装及踩坑

    关于stf的介绍,我就不多说了,懂的人自然懂。 之前实践过在centos7上安装stf,踩了不少坑,最近换了在Ma...

  • STF笔记

    安装STF 本地搭建能访问外网的ubuntu环境安装virturalbox创建ubuntu虚拟机,需要注意的是网络...

  • STF使用

    STF安装使用和注意事项 环境搭建 使用homebrew方式安装终端中输入指令 1.安装依赖 2.安装ADB 3....

网友评论

    本文标题:STF的的安装

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