tasq/node_modules/agentic-flow/docs/testing
2026-04-09 19:01:53 +08:00
..
AGENT-SYSTEM-VALIDATION.md added ruflo 2026-04-09 19:01:53 +08:00
AGENTDB_TESTING.md added ruflo 2026-04-09 19:01:53 +08:00
FINAL-TESTING-SUMMARY.md added ruflo 2026-04-09 19:01:53 +08:00
README.md added ruflo 2026-04-09 19:01:53 +08:00
REGRESSION-TEST-RESULTS.md added ruflo 2026-04-09 19:01:53 +08:00
STREAMING-AND-MCP-VALIDATION.md added ruflo 2026-04-09 19:01:53 +08:00

Testing & Validation Documentation

Comprehensive testing reports, validation summaries, and quality assurance documentation.

Current Test Reports

Test Categories

Agent System Tests

  • Multi-agent coordination
  • Swarm topology validation
  • Task orchestration
  • Memory and state management

Integration Tests

  • MCP server integration
  • Provider compatibility (Anthropic, OpenRouter, ONNX, Gemini)
  • Streaming functionality
  • Real-time coordination

Regression Tests

  • Backward compatibility
  • Performance benchmarks
  • API contract validation

Running Tests

# Run all tests
npm test

# Run specific test suite
npm test -- --grep "agent"

# Run with coverage
npm run test:coverage

Historical Test Reports

Older validation reports can be found in the validation/ and archived/ directories.