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.
我正在设置一个 Jenkins 作业,以便在我的应用程序上运行 adb monkey。我运行以下命令:
adb shell monkey -p nl.tmg.telegraaf -v 500
在某些情况下它会成功,有时它会失败。但是,退出代码始终为 0。因此 jenkins 将其视为成功的工作。有人知道如何防止这种情况吗?
您可以使用适用于 Jenkins 的Android Emulator Plugin,它可以为您运行 Monkey、解析输出并相应地更改构建结果。