dx-devops-test-suite-run

Automate Salesforce DevOps Center test suite execution and monitoring via Connect API.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/padjei/SF_Agents --skill dx-devops-test-suite-run-padjei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dx-devops-test-suite-run
Source: https://github.com/padjei/SF_Agents/tree/main/.claude/skills/dx-devops-test-suite-run
Command: npx skills add https://github.com/padjei/SF_Agents --skill dx-devops-test-suite-run-padjei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages end-to-end execution of DevOps Center test suites, providing a robust solution for triggering tests, polling for results, and re-triggering quality gates after fixes, ensuring a smooth and automated testing process.

Core Features & Use Cases

  • Test Execution Triggering: Run test suites on pipeline stages with specific events, such as Pre-Promote, Post-Promote, or Review.
  • Execution Monitoring: Poll for test run completion or failure and handle timeouts appropriately.
  • Retrigger Quality Gates: After addressing test failures, re-run quality gates once coverage meets the threshold.
  • Use Case: When you need to automate the process of executing test suites in a DevOps pipeline and receive comprehensive results, without manual intervention.

Quick Start

Run the test suite with the dx-devops-test-suite-run skill by specifying the pipelineId, stageId, and event, and confirm the test suite selection.

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 automate Salesforce DevOps Center test suite execution in a pipeline?

Trigger automated test suite runs in Salesforce DevOps Center by specifying the pipeline ID, stage ID, and target event. The automation handles execution, polling for completion, and timeout management without manual intervention.

Can I retrigger quality gates in Salesforce DevOps Center after fixing test failures?

Yes, you can retrigger quality gates in Salesforce DevOps Center after fixing test failures. The automation re-runs quality gates automatically once test coverage meets the required threshold, ensuring pipeline progression.

Does test suite automation require access to the Salesforce DevOps API?

Yes, test suite automation requires access to the Salesforce DevOps API and uses the Connect API for triggering test runs and polling for results. This API access is necessary to monitor execution status and handle timeouts.

What is the best way to monitor Salesforce DevOps Center test run completion?

The best way to monitor Salesforce DevOps Center test run completion is using an automated polling mechanism. It continuously checks test execution status, handles timeouts appropriately, and returns comprehensive results without manual checks.

How do I run test suites on specific pipeline stage events like Post-Promote?

Run test suites on specific pipeline stage events by configuring the execution trigger with the desired event type, such as Post-Promote or Review. Specify the pipeline ID and stage ID to target the exact execution context.