楼主,我的.xml 运行后没有 test-ouput 文件夹,更没有默认的 xml 测试报告,求助。
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="MyTestSuite" parallel="classes" thread-count="2" verbose ="2">
<test name="MySearchTest" group-by-instances="true">
<classes>
<class name="com.my.test.categorySearch.FoodSearch" />
</classes>
</test>
</suite>
谢谢,正在学 appium
请问怎么在 ios 上点击屏幕呢 self.driver.execute_script("mobile: tap", {"touchCount":"1", "x":150, "y":300}) 为什么不行
楼主,我的是在模拟器上 build 的,也有这个问题,怎么解决。能加您 qq 么
info: [debug] Not pre-launching simulator
info: [debug] Creating iDevice object with udid 2ED6A33C-39B6-47B2-B27E-9A4255C7F4CE
info: [debug] Couldn't find ideviceinstaller, trying built-in at /usr/local/lib/node_modules/appium/build/libimobiledevice-macosx/ideviceinstaller
error: Could not initialize ideviceinstaller; make sure it is installed and works on your system
有源代码在真机上怎么启动。您能给我指导下吗。我的 qq120046303