弱网络是怎么模拟的?我一般只是在 Fiddler 上改一下 CustomRules.js
#4 楼 @seveniruby 你说的应该是 Junit Plugin 吧,那个效果不太好,没有对成功失败进行统计
感觉没有用 HTML Publisher plugin 插件通过 html 展示的效果好
#1 楼 @weamylady 谢谢鼓励,效果一般,只是实现了,没有美观可言
#17 楼 @chenhengjie123 哦哦,晓得啦
appium windows 下环境搭建:http://blog.csdn.net/jlminghui/article/details/41121479
#29 楼 @chenhengjie123 好的,修改完了
问题解决了,是我想错了,是应该把测试程序和被测程序 apk 都装上,在 Eclipse 上 Run as Android junit test 时它自己会把测试 apk 装到模拟器上,所以可以正常运行,而用命令的时候没有安装,所以会报这个错。现在用 adb shell am instrument 查看,就会显示出我的 com.ktplay.testing.common.InstrumentationTestRunner2,谢谢@Monkey
C:\Users\KTplay> adb shell pm list instrumentation
instrumentation:com.android.emulator.connectivity.test/android.test.InstrumentationTestRunner (target=com.android.emulator.connectivity.test)
instrumentation:com.android.emulator.gps.test/android.test.InstrumentationTestRunner (target=com.android.emulator.gps.test)
instrumentation:com.android.smoketest.tests/com.android.smoketest.SmokeTestRunner (target=com.android.smoketest)
instrumentation:com.android.smoketest.tests/android.test.InstrumentationTestRunner (target=com.android.smoketest)
instrumentation:com.example.android.apis/.app.LocalSampleInstrumentation (target=com.example.android.apis)
instrumentation:com.ktplay.testing.internal/com.ktplay.testing.common.InstrumentationTestRunner2 (target=com.ktplay.sample)
#1 楼 @chenhengjie123 都贴代码了,再帮忙看一下
#2 楼 @lihuazhang 怎么指定