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.
我开发了一个谷歌浏览器扩展。我该如何测试它?如果只有普通的 javaScript,那是直截了当的。但在我的方法中,有很多可用的 Chrome API 参考。也不可能进行单元测试。
那么如何使用这些 API 功能测试我的扩展。?
使用 DI 注入 API 方法,以便您可以在任何其他平台上工作。