test-config-template.yaml 597 B

123456789101112131415161718192021222324252627
  1. # {Agent Name} Test Configuration
  2. agent: {agent-name}
  3. description: {agent description}
  4. # Default settings for all tests
  5. defaults:
  6. model: anthropic/claude-sonnet-4-5
  7. timeout: 60000
  8. approvalStrategy:
  9. type: auto-approve
  10. # Test discovery paths
  11. testPaths:
  12. - tests/planning
  13. - tests/context-loading
  14. - tests/implementation
  15. - tests/error-handling
  16. - tests/long-horizon
  17. - tests/completion
  18. # Agent-specific expectations
  19. expectations:
  20. requiresTextApproval: true
  21. usesToolPermissions: true
  22. loadsContextOnDemand: true
  23. responsePrefix: "" # e.g., "DIGGING IN..." if agent has one