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.
我最近开始使用 Mock Service Worker 作为一种方法来拦截我的测试套件的 HTTP 请求。我想在使用 Firebase 的项目中做类似的事情,并且想知道是否可以使用模拟器而不是 Mock Service Worker?
截至目前,我认为使用 Firebase 编写集成测试的唯一方法是在 mocks 文件夹中模拟库并返回您期望的值。有没有人以与模拟服务工作者相同的方式使用模拟器的经验?
I was able to successfully complete this using Cypress-Firebase