获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
报错为:[call Tool.stopAudits] receive from remote timeout
如何解决[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")
2022-11-14