提交 25652579 编写于 作者: d-u-a's avatar d-u-a

docs:auto

上级 2d04e2b5
......@@ -290,6 +290,25 @@ module.exports = {
id: "",
executablePath: "HBuilderX/plugins/launcher/base/Pandora_simulator.app" // ipa 目录
}
},
"mp-weixin": {
port: 9420, // 默认 9420
account: "", // 测试账号
args: "", // 指定开发者工具参数
cwd: "", // 指定开发者工具工作目录
launch: true; // 是否主动拉起开发者工具
teardown: "disconnect" | "close"; // 可选值 disconnect|close 运行测试结束后,断开开发者工具或关闭开发者工具
remote: boolean; // 是否真机自动化测试
executablePath: "", // 开发者工具cli路径,默认会自动查找, windows: C:/Program Files (x86)/Tencent/微信web开发者工具/cli.bat", mac: /Applications/wechatwebdevtools.app/Contents/MacOS/cli
},
"mp-baidu": {
port: 9430, // 默认 9430
args: "", // 指定开发者工具参数
cwd: "", // 指定开发者工具工作目录
launch: true; // 是否主动拉起开发者工具
teardown: "disconnect" | "close"; // 可选值 disconnect|close 运行测试结束后,断开开发者工具或关闭开发者工具
remote: boolean; // 是否真机自动化测试
executablePath: "", // 开发者工具cli路径,默认会自动查找
}
},
testTimeout: 15000,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册