哈哈 你牵的驴子 它跟着军队打了 10 年了。。。
具体的 ab 跑完的数据是如何拿到的,这里可以详细说一下吗?
说出了心声啊
所有的引用都报错,引用都是无效,不知道是否有人遇到?
#39 楼 @jojotester 上面的配置文件修改的除了路径其他都和你一样吧?
#36 楼 @jojotester File "E:\studyui\appiumn_auto-master\testRunner\runner.py", line 118
print(u"设备不存在")
^
SyntaxError: invalid syntax
File "E:\studyui\appiumn_auto-master\testRunner\runner.py", line 118
print(u"设备不存在")
^
SyntaxError: invalid syntax
思路很新颖。。
#34 楼 @jojotester [DEFAULT]
selenium_appium=appium
[appium]
devices=7N2MWW1447004962
Remote=127.0.0.1
appiumjs=node D:\Program Files (x86)\Appium\node_modules\appium\bin\appium.js
port=4723
[selenium]
selenium_jar = java -jar E:\studyui\appiumn_auto-master\img\selenium-server-standalone-3.0.1.jar
sel_remote=http://127.0.0.1:4444/wd/hub【这里需要配置??】
open_url=http://182.254.228.211:9000/index.php/Admin/index/login.html【这里需要配置??】
设备 id 和 appium,selenium 都已经修改了 ,但是运行 runner 还是报错,找不到设备。。。
#28 楼 @jojotester [DEFAULT]
selenium_appium=appium
Remote=127.0.0.1
appiumjs=node D:\app\Appium\node_modules\appium\bin\appium.js
port=4723
[selenium]
sel_remote=http://127.0.0.1:4444/wd/hub
open_url=http://182.254.228.211:9000/index.php/Admin/index/login.html
主要是这两个我不太明白?需要换成什么路径呢?
#23 楼 @jojotester 你好 请问你是直接 gitclone 下来的内容,本地有修改什么运行的吗?
请问下,为什么设备在连接,但是一直提示设备不存在。
Remote=http://localhost:4723/wd/hub
appiumjs=node D:\Program Files (x86)\Appium\node_modules\appium\bin\appiumjs
[selenium]
selenium_jar = java -jar D:\app\appium_study\img\selenium-server-standalone-3.0.1.jar
sel_remote=http://127.0.0.1:4444/wd/hub
open_url=http://182.254.228.211:9000/index.php/Admin/index/login.html
这几个配置不太明白是什么作用,可以说下吗?
BIZYIXINiMac:macaca-test-sample netease$ macaca run --server
error: unknown option `--server'
BIZYIXINiMac:macaca-test-sample netease$ macaca run server
port: 3456 was occupied, changed port: 3457
events.js:141
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE :::3456
at Object.exports._errnoException (util.js:907:11)
at exports._exceptionWithHostPort (util.js:930:20)
at Server._listen2 (net.js:1250:14)
at listen (net.js:1286:10)
at Server.listen (net.js:1382:5)
at Application.app.listen (/usr/local/lib/node_modules/.macaca-cli_npminstall/node_modules/.1.1.2@koa/lib/application.js:74:24)
at /usr/local/lib/node_modules/.macaca-cli_npminstall/node_modules/.1.0.65@webdriver-server/lib/server/index.js:38:11
at module.exports.Promise (/usr/local/lib/node_modules/.macaca-cli_npminstall/node_modules/.1.0.65@webdriver-server/lib/server/index.js:16:10)
at Webdriver.start (/usr/local/lib/node_modules/.macaca-cli_npminstall/node_modules/.1.0.65@webdriver-server/lib/index.js:24:10)
at bootstrap (/usr/local/lib/node_modules/.macaca-cli_npminstall/node_modules/.1.1.4@macaca-cli/lib/server/server.js:29:19)
BIZYIXINiMac:macaca-test-sample netease$ macaca run
port: 3456 was occupied, changed port: 3457
events.js:141
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE :::3456
at Object.exports._errnoException (util.js:907:11)
at exports._exceptionWithHostPort (util.js:930:20)
at Server._listen2 (net.js:1250:14)
at listen (net.js:1286:10)
at Server.listen (net.js:1382:5)
at Application.app.listen (/usr/local/lib/node_modules/.macaca-cli_npminstall/node_modules/.1.1.2@koa/lib/application.js:74:24)
at /usr/local/lib/node_modules/.macaca-cli_npminstall/node_modules/.1.0.65@webdriver-server/lib/server/index.js:38:11
at module.exports.Promise (/usr/local/lib/node_modules/.macaca-cli_npminstall/node_modules/.1.0.65@webdriver-server/lib/server/index.js:16:10)
at Webdriver.start (/usr/local/lib/node_modules/.macaca-cli_npminstall/node_modules/.1.0.65@webdriver-server/lib/index.js:24:10)
at bootstrap (/usr/local/lib/node_modules/.macaca-cli_npminstall/node_modules/.1.1.4@macaca-cli/lib/server/server.js:29:19)
BIZYIXINiMac:macaca-test-sample netease$
demo 没有跑通过,求问 demo 怎样才能跑通呢?
为啥我吧 app 的源码下下来一片的报错,有人用 demo 跑通过吗
可以详细把数据的分析展开下么~