What problem does it solve? Running DevOps Center test suites on a pipeline stage requires orchestrating an async Connect API call, tracking the runId, and polling execution status until completion — a multi-step process that is easy to get wrong without guidance on the correct objects, fields, and intervals. ## Core Features & Use Cases - Gated Test Execution: Triggers Pre-Promote, Post-Promote, or Review test suite runs via the Connect API only after an explicit user confirmation showing pipeline, stage, event, suites, and org. - Status Polling to Completion: Polls the DevopsTestSuiteExecution record at provider-specific intervals (Apex, Code Analyzer, Provar UI, Flow) and surfaces coverage, success/failure counts, and quality gate status inline. - Quality Gate Retrigger: Re-runs a blocked quality gate only after verifying coverage meets the DevopsQualityGateRule threshold, then hands the new runId to polling. - Use Case: A promotion is blocked by a failed quality gate. After adding tests to raise coverage, ask the assistant to retrigger the gate on the Staging stage; it verifies the threshold, confirms with you, executes the run, and reports results. ## Quick Start Run the assigned test suites on my Integration pipeline stage as a Pre-Promote event and watch the run until it finishes.