什么是 fault-injection-testing?
模拟存储和网络故障以进行弹性测试。提供断路器状态机、带回退的重试策略和队列保留断言。 来源:apankov1/quality-engineering。
模拟存储和网络故障以进行弹性测试。提供断路器状态机、带回退的重试策略和队列保留断言。
通过命令行快速安装 fault-injection-testing AI 技能到你的开发环境
来源:apankov1/quality-engineering。
Production systems fail. Databases time out. Networks reset. Services degrade. If you only test happy paths, your first encounter with failure will be in production. This skill teaches you to systematically inject faults and verify resilience behavior.
When to use: Testing recovery paths, retry logic, circuit breakers, transaction rollback, queue preservation on failure, any code that interacts with external services.
When not to use: Happy-path-only tests, pure functions, UI components, code with no external dependencies.
模拟存储和网络故障以进行弹性测试。提供断路器状态机、带回退的重试策略和队列保留断言。 来源:apankov1/quality-engineering。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/apankov1/quality-engineering --skill fault-injection-testing模拟存储和网络故障以进行弹性测试。提供断路器状态机、带回退的重试策略和队列保留断言。 来源:apankov1/quality-engineering。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/apankov1/quality-engineering --skill fault-injection-testing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/apankov1/quality-engineering