Skip to main content

Fix Test Execution

In brief: Point the agent at a failing execution or batch invocation id to diagnose and fix it under your policy.

When to use

When you already have a failing run in TestChimp and want a focused repair—not a full smart regression selection pass.

Prompt

/testchimp fix test execution <execution-id>
/testchimp fix test failure <batch-invocation-id>

Scope

Explicit identity required — execution id or batch invocation id. No branch/last-run auto-scope.

Policy

Policy can encode flaky-test rules, forbidden refactors, and validation requirements.

Prerequisites

Depends on connect-to-test-env when re-running or validating.

What it does

Pulls failure context from the platform, repairs SmartTests/fixtures as needed, re-validates when policy says so, and reports actions with policy version.

See also