test-orchestrator
Orchestrate complex test workflows with dependencies, parallel execution, and smart test selection
View on GitHubTable of content
Orchestrate complex test workflows with dependencies, parallel execution, and smart test selection
Installation
npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/test-orchestrator
Contents
Folders: commands, skills
Files: LICENSE, README.md
Documentation
Orchestrate complex test workflows with dependencies, parallel execution, and smart test selection.
Installation
/plugin install test-orchestrator@claude-code-plugins-plus
Usage
/orchestrate
Features
- Dependency-aware test execution
- Parallel test running
- Smart test selection (run only affected tests)
- Resource optimization
- Retry strategies for flaky tests
- CI/CD integration
License
MIT
Included Skills
This plugin includes 1 skill definition:
orchestrating-test-execution
|
View skill definition
Test Orchestrator
This skill provides automated assistance for test orchestrator tasks.
Prerequisites
Before using this skill, ensure you have:
- Test environment configured and accessible
- Required testing tools and frameworks installed
- Test data and fixtures prepared
- Appropriate permissions for test execution
- Network connectivity if testing external services
Instructions
Step 1: Prepare Test Environment
Set up the testing context:
- Use Read tool to examine configuration from {baseDir}/config/
- Validate test prerequisites are met
- Initialize test framework and load dependencies
- Configure test parameters and thresholds
Step 2: Execute Tests
Run the test suite:
- Use Bash(test:orchestrate-*) to invoke test framework
- Monitor test execution progress
- Capture test outputs and metrics
- Handle test failures and error conditions
Step 3: Analyze Results
Process test outcomes:
- Identify passed and failed tests
- Calculate success rate and performance metrics
- Detect patterns in failures
- Generate insights for improvement
Step 4: Generate Report
Document findings in {baseDir}/test-reports/:
- Test execution summary
- Detailed failure analysis
- Performance benchmarks
- Recommendations for fixes
Output
The skill generates comprehensive test results:
Test Summary
- Total tests executed
- Pass/fail counts and percentage
- Execution time metrics
- Resource utilization stats
Detailed Results
Each test includes:
- Test
…(truncated)