为了账号安全,请及时绑定邮箱和手机立即绑定

设置 Wix/Detox - 运行他们的 React Native 示例

设置 Wix/Detox - 运行他们的 React Native 示例

蝴蝶不菲 2023-04-14 17:08:18
来自 Wix 的 Detox 看起来是一个非常有用的工具,我一直很想尝试一下。尝试按照 demo-react-native 文件夹中的自述文件进行操作,但我认为它有点过时了。如前所述,我无法让它工作。这是我认为自述文件中缺少的内容npm install -g detox-cli- 丢失的detox init --runner jest- 丢失的我试图将我设置.detoxrc.json为{  "testRunner": "jest",  "runnerConfig": "e2e/config.json",  "configurations": {    "ios": {      "type": "ios.simulator",      "binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/example.app",      "device": {        "type": "iPhone 11"      }    }  }}但是npm start在一个终端中运行并detox build -c ios抛出这个$ detox build -c iosdetox[89936] ERROR: [cli.js] DetoxConfigError: Could not find a build script inside "ios" configuration.detox[89936] ERROR: [cli.js] detox[89936] ERROR: [cli.js] HINT: Check contents of your Detox config at path:detox[89936] ERROR: [cli.js] /Users/norfeldt/Desktop/Detox/examples/demo-react-native/.detoxrc.jsondetox[89936] ERROR: [cli.js] detox[89936] ERROR: [cli.js] {detox[89936] ERROR: [cli.js]   configurations: {detox[89936] ERROR: [cli.js]     ios: {detox[89936] ERROR: [cli.js]       type: 'ios.simulator',detox[89936] ERROR: [cli.js]       binaryPath: 'ios/build/Build/Products/Debug-iphonesimulator/example.app',detox[89936] ERROR: [cli.js]       device: [Object]detox[89936] ERROR: [cli.js]     }detox[89936] ERROR: [cli.js]   }detox[89936] ERROR: [cli.js] }运行 (如READMEdetox build --configuration ios.sim.release中所述)抛出:$ detox build --configuration ios.sim.releasedetox[91765] ERROR: [cli.js] DetoxConfigError: Failed to find a configuration named "ios.sim.release" in Detox config at path:detox[91765] ERROR: [cli.js] /Users/norfeldt/Desktop/Detox/examples/demo-react-native/.detoxrc.jsondetox[91765] ERROR: [cli.js] detox[91765] ERROR: [cli.js] HINT: Below are the configurations Detox was able to find:detox[91765] ERROR: [cli.js] * ios本来可以为我认为缺少的东西做一个 PR,但我想首先确保它一切正常——我做不到。任何帮助,将不胜感激
查看完整描述

1 回答

?
鸿蒙传说

TA贡献1865条经验 获得超7个赞

请注意,不再为 iOS 维护演示项目。您最好创建一个新的 RN 项目,按照我们的文档集成 Detox,然后开始添加您的第一个测试。



查看完整回答
反对 回复 2023-04-14
  • 1 回答
  • 0 关注
  • 206 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信