现在在 appium 里设置了 capabilities.setCapability("noReset", true),这会导致第一个 case 也不会重制 app,但不设置的时候又会每次都重制,有什么好办法吗?
需要的地方手动重置 self.driver.reset()