什麼是 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