From 99a04e28b0ff89f25bcbf9c27189a2be7184c177 Mon Sep 17 00:00:00 2001 From: handongxun Date: Wed, 17 Jun 2020 17:48:15 +0800 Subject: [PATCH] docs: auto --- docs/collocation/auto/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/collocation/auto/quick-start.md b/docs/collocation/auto/quick-start.md index 1f02924333..2bbae15d60 100644 --- a/docs/collocation/auto/quick-start.md +++ b/docs/collocation/auto/quick-start.md @@ -111,7 +111,7 @@ npm run test:android 1. 配置模拟器id,参考 `jest.config.js` -2. 配置 `Hbuilder` 调试基座/自定义基座 `Pandora_simulator.ipa` 目录,参考 `jest.config.js` +2. 配置 `Hbuilder` 调试基座/自定义基座 `Pandora_simulator.app` 目录,参考 `jest.config.js` 3. 编写测试代码,参考测试用例 @@ -283,7 +283,7 @@ module.exports = { ios: { // uuid 必须配置,目前仅支持模拟器,可以(xcrun simctl list)查看要使用的模拟器 uuid id: "", - executablePath: "HBuilderX/plugins/launcher/base/Pandora_simulator.ipa" // ipa 目录 + executablePath: "HBuilderX/plugins/launcher/base/Pandora_simulator.app" // ipa 目录 } } }, -- GitLab