【问题标题】:React - redux - firebase application testing [closed]React - redux - firebase 应用程序测试 [关闭]
【发布时间】:2019-11-15 18:54:08
【问题描述】:

我有一个以 Firestore 数据库为后端的几乎完成的反应应用程序。我需要对我的应用程序进行测试,而我之前没有做过任何软件测试。如何对我的应用程序执行测试?有什么资源可供我参考吗? 我还需要测试我的后端。包括 Firebase 身份验证

【问题讨论】:

    标签: reactjs firebase redux google-cloud-firestore react-redux


    【解决方案1】:

    您可以查看有关平台上测试可能性的 firebase 文档。

    使用 firebase 基本上你有 Emulator Suite 用于集成和端到端测试,并让最基本的 firebase 服务(Firestore、Functions、Hosting)在你的机器上本地运行,还有functions shell 来对你的函数进行单元测试使用模拟数据。

    【讨论】:

      猜你喜欢
      • 2016-02-27
      • 2018-08-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-08-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多