如何解决[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")