Test Control Center

Monitor and control testing for generated TypeScript, LangGraph, and Kubernetes assets

TypeScript
Ready
Generated React components testing
LangGraph
Ready
Generated configuration validation
Kubernetes
Ready
Generated YAML manifest validation
Getting Started

Step 1: Set up the test environment:

cd test-env && ./scripts/setup.sh

Step 2: Run all tests:

./test-env/scripts/claude-test.sh all

Step 3: Start test servers for live monitoring:

cd test-env/typescript && npm start &
cd test-env/langgraph && python server.py &
cd test-env/k8s && python server.py &