Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的持续集成环境在 Windows 机器上运行来自 ADB 的自定义测试框架。测试可能通过或失败,但在这两种情况下我们如何通知 Windows?
我们必须在物理设备上运行,所以模拟器不是一个选项。
我玩弄了一个想法,即在框架完成后将文件写入设备,并在 Windows 上运行某些东西定期轮询设备以获取文件。我敢肯定,大多数人都会同意这有点难看,但我很难过这一点。
欢迎任何建议,P