收藏
回答

如何解决[call Tool.stopAudits] receive from remote……?

{
  "project_path": "xxx",
  "platform": "ide",
  "dev_tool_path": "\\DevTools\\微信web开发者工具\\cli.bat",
  "test_port": "9420",
  "app": "wx",
  "user_push": "True",
  "audits": true,
  "debug_mode": "debug",
……
}
class FirstTest(minium.MiniTest):
    def test_all_pages_audits(self):
        all_pages_path = self.app.get_all_pages_path()
        self.app.relaunch("/test1/test2/test3")
        self.app.stop_audits("D:\\audits")
回答关注问题邀请回答
收藏

2 个回答

  • YY
    YY
    2022-11-15

    日志太简单了,minium版本是多少?在什么环境跑?

    建议加入云测服务官方群,联系MiniTest小助手直接反馈

    2022-11-15
    有用
    回复
  • 陆仁颐
    陆仁颐
    2022-11-14

    报错为:[call Tool.stopAudits] receive from remote timeout

    2022-11-14
    有用
    回复 1
    • 😊二零👿
      😊二零👿
      2023-12-26
      最终有解决方案了吗
      2023-12-26
      回复
登录 后发表内容