configuring-test-provider

Configure test providers on DevOps Center pipelines via API calls.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/Collabalist/SFDC --skill configuring-test-provider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configuring-test-provider
Source: https://github.com/Collabalist/SFDC/tree/main/.agents/skills/configuring-test-provider
Command: npx skills add https://github.com/Collabalist/SFDC --skill configuring-test-provider

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need to configure available test providers on DevOps Center pipelines, making their test suites accessible for assignment to pipeline stages.

Core Features & Use Cases

  • Configure Test Providers: Set up and enable test providers (e.g., Apex Unit Tests, Code Analyzer, Flow Tests, Provar) on a pipeline.
  • Pipeline Configuration: Ensures test provider test suites are available for assignment to pipeline stages.
  • Use Case: When a new test provider is available on a pipeline but not yet configured, use this skill to enable it.

Quick Start

Use the configuring-test-provider skill to configure a test provider on the pipeline with ID '123456' and provider ID 'testProvider123'.

Frequently Asked Questions about configuring-test-provider

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

FAQPage Schema
How do I enable test providers on a DevOps Center pipeline?

To enable test providers on a DevOps Center pipeline, you configure them via explicit API calls that set up test provider configurations and make their test suites accessible for assignment to pipeline stages.

What test providers can I configure for pipeline testing in DevOps Center?

You can configure test providers such as Apex Unit Tests, Code Analyzer, Flow Tests, and Provar for pipeline testing in DevOps Center, ensuring their specific test suites are available for your pipeline stage assignments.

Does configuring a test provider require explicit user confirmation?

Yes, configuring a test provider requires explicit user confirmation to execute the API calls to DevOps Center, ensuring deliberate setup of test provider configurations on the targeted pipeline.

How do I assign test suites to pipeline stages after adding a new test provider?

Once a test provider is configured on a DevOps Center pipeline, its test suites become available for assignment to pipeline stages, allowing you to integrate specific tests into your pipeline testing workflow.

What information do I need to set up a test provider on a pipeline?

You need the correct pipeline ID and the specific test provider ID to set up and enable a test provider on a pipeline using API calls to DevOps Center.

Why are my newly available test suites not showing up for pipeline stage assignments?

Newly available test suites will not show up for pipeline stage assignments until you explicitly configure the test provider on the DevOps Center pipeline to enable its test suites.