testing/chaos-testing
Installation
SKILL.md
Chaos Testing
Build resilient systems by intentionally introducing failures and verifying recovery.
Quick Start
# Run chaos tests
npm test -- tests/chaos/
# Run with chaos monkey enabled
CHAOS_ENABLED=true npm start
# Simulate network failures
npm run chaos:network