1 个仓库
Verification of the reliability and asynchronous communication between services using message brokers.
Distinct from Message Queue Integrations: Focuses on testing the integration logic rather than providing the connectivity libraries themselves.
Explore 1 awesome GitHub repository matching data & databases · Integration Testing. Refine with filters or upvote what's useful.
该项目是 Node.js 后端应用测试的最佳实践综合指南和集合。它提供了一套精选的模式和参考示例,用于编写可靠的单元测试、集成测试和组件测试。 该项目通过特定的后端集成策略脱颖而出,包括针对 OpenAPI 规范和共享模式进行 API 合约测试的详细方法。它提供了关于管理消息队列测试的专业指导,重点关注幂等性、弹性和异步事件同步。 该指南涵盖了广泛的能力领域,包括数据库状态隔离和清理、通过网络拦截器和类型安全存根进行的外部依赖模拟,以及容器化测试基础设施的自动化。它还通过使用 RAM 磁盘和内存引擎进行数据存储,解决了测试套件的性能优化问题。
Offers specialized patterns for validating the reliability and asynchronous communication of message queue integrations.