dx-devops-test-suite-run

Run DevOps Center test suites and monitor execution results.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill dx-devops-test-suite-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-devops-test-suite-run
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/dx-devops-test-suite-run
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill dx-devops-test-suite-run

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the manual work of launching DevOps Center test suites, waiting on asynchronous runs, and interpreting results across pipeline stages.

Core Features & Use Cases

  • Stage-based execution: Starts test suites for Pre-Promote, Post-Promote, or Review events only after an explicit confirmation gate.
  • Automated monitoring: Polls suite executions until they pass, fail, error, or time out, then surfaces coverage and result counts.
  • Failure handling: Collects failed test details for analysis and supports retriggering a quality gate when coverage is restored.
  • Use Case: A release manager can run the assigned suites on a staging gate, watch the execution finish, and rerun the gate after fixing coverage gaps.

Quick Start

Ask the skill to run the assigned DevOps Center test suites for the selected pipeline stage and event, then confirm when prompted.

Frequently Asked Questions about dx-devops-test-suite-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run DevOps Center test suites automatically for a pipeline stage?

You can launch DevOps Center test suites by triggering executions for Pre-Promote, Post-Promote, or Review pipeline stages, then polling DevopsTestSuiteExecution results until they pass, fail, or time out.

What is a quality gate retrigger in Salesforce DevOps Center?

A quality gate retrigger in Salesforce DevOps Center reruns test suites after fixes are applied, requiring explicit user confirmation before execution and polling DevopsTestSuiteExecution results to verify restored coverage.

Do I need Salesforce API v67.0 to automate DevOps Center test suite executions?

Yes, automating DevOps Center test suite executions requires Salesforce API v67.0 along with standard DevopsPipeline and DevopsTestSuite records to monitor asynchronous runs and surface coverage.

How do I monitor in-progress DevOps Center test suite runs?

Monitor in-progress DevOps Center test suite runs by polling DevopsTestSuiteExecution records until the execution passes, fails, errors, or times out, then surfacing coverage and result counts.

How are failed test details handled during DevOps Center pipeline stage executions?

Failed test details during DevOps Center pipeline stage executions are collected for analysis, allowing teams to identify coverage gaps and retrigger the quality gate after applying fixes.

When should I use automated test suite execution for Pre-Promote or Post-Promote events?

Use automated test suite execution for Pre-Promote or Post-Promote events when release managers need to safely launch assigned suites on staging gates, watch execution finish, and verify coverage before proceeding.