stress-tester
Installation
SKILL.md
Stress Testing Skill
TASK-338 | Priority: P0 Critical
Rigorously test FlowState to find issues that other testing and agents missed. Covers reliability, backup systems, container stability, security, and data integrity.
Quick Start
# Run all stress tests
npm run test:stress
# Quick smoke test (5 min)
npm run test:stress -- --grep "@quick"
# Full test suite
npm run test:stress -- --timeout=120000