@JOooo_
macaca-doctor version: 2.0.15
Node.js checklist:
node env: /Users/lihanfei/.nvm/versions/node/v8.11.3/bin/node
node version: v8.11.3
iOS checklist:
Xcode Command Line Tools is ready, version: 2349.
xcodebuild version: 10.0
iproxy[usbmuxd] is installed at: `/usr/local/bin/iproxy`
ios_webkit_debug_proxy is installed at: `/usr/local/bin/ios_webkit_debug_proxy`
Android checklist:
JAVA version is `1.8`
JAVA_HOME is set to `/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home`
ANDROID_HOME is set to `/usr/local/opt/android-sdk`
Android SDK Platforms directory is not exist, please install the whole thing
gradle is installed, version: 4.1
Installed driver list:
android: 2.0.48
chrome: 1.0.7
electron: 2.0.4
ios: 2.0.35
以上是macaca doctor的结果
安装macaca应该没有问题 但是就是会报这个错误
Web自动化--Macaca-pythonMacaca是一套完整的自动化测试解决方案,优点是跨平台,同时支持移动端和PC端。举个栗子~移动端我们常用Appium,Web端常用Selenium进行自动化测试,当测试中同...
我在执行python tests/macaca-desktop-sample.test.py 这个一步的时候回报错:
Traceback (most recent call last):
File "tests/macaca-desktop-sample.test.py", line 5, in <module>
from macaca import WebDriver
ImportError: No module named macaca
请问下 怎么解
Web自动化--Macaca-pythonMacaca是一套完整的自动化测试解决方案,优点是跨平台,同时支持移动端和PC端。举个栗子~移动端我们常用Appium,Web端常用Selenium进行自动化测试,当测试中同...