Test Automation Orchestrator
Orchestrate comprehensive test automation with intelligent execution and optimization
$ npx claude-code-templates@latest --command="testing/test-automation-orchestrator" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Test Automation Orchestrator
Orchestrate intelligent test automation with execution optimization and resource management: $ARGUMENTS
Current Orchestration Context
- Test suites: !
find . -name ".test." -o -name ".spec." | wc -ltest files across project - Test frameworks: !
find . -name "jest.config." -o -name "cypress.config." -o -name "playwright.config.*" | wc -lconfigured frameworks - CI system: !
find . -name ".github" -o -name ".gitlab-ci.yml" | head -1 || echo "No CI detected" - Resource usage: Analysis of current test execution patterns and performance
Task
Implement intelligent test orchestration with execution optimization and resource management:
Orchestration Type: Use $ARGUMENTS to focus on parallel execution, sequential execution, conditional testing, or pipeline optimization Test Orchestration Framework:- Test Discovery & Classification - Analyze test suites, classify test types, assess execution requirements, optimize categorization
- Execution Strategy Design - Design parallel execution strategies, implement intelligent batching, optimize resource allocation, configure conditional execution
- Dependency Management - Analyze test dependencies, implement execution ordering, configure prerequisite validation, optimize dependency resolution
- Resource Optimization - Configure parallel execution, implement resource pooling, optimize memory usage, design scalable execution
- Pipeline Integration - Design CI/CD integration, implement stage orchestration, configure failure handling, optimize feedback loops
- Monitoring & Analytics - Implement execution monitoring, configure performance tracking, design failure analysis, optimize reporting
Related Claude Code Commands
Generate Tests
Generate a complete test file for a specified source file or component. Use when the user explicitly asks to write, create, or generate tests for a specific file.
Test Coverage
Analyze and improve test coverage with comprehensive reporting and gap identification
Generate Test Cases
Generate comprehensive test cases with automatic analysis and coverage optimization
E2e Setup
Configure comprehensive end-to-end testing suite with framework selection and CI integration
Write Tests
Write comprehensive unit and integration tests with proper mocking and coverage
Setup Comprehensive Testing
Setup complete testing infrastructure with framework configuration and CI integration
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.