Run test suites including unit tests, integration tests, E2E tests (Playwright/Selenium), and generate coverage reports
/plugin marketplace add Lobbi-Docs/claude/plugin install team-accelerator@claude-orchestration# Test Command Execute comprehensive test suites with support for multiple testing frameworks and detailed coverage reporting. ## Usage ## Examples ## Execution Flow ### 1. Detect Test Framework ### 2. Unit Tests #### JavaScript/TypeScript (Jest) #### JavaScript/TypeScript (Vitest) #### Python (pytest) #### Go ### 3. Integration Tests ### 4. E2E Tests #### Playwright #### Selenium #### Cross-browser Testing ### 5. Smoke Tests ### 6. Coverage Analysis ### 7. Test Reports ## Test Configuration ### Jest Configuration ### Playwright Configuration ## ...