AI AGENT ADDONS

Run Acceptance Tests

hashicorp/agent-skills
Testing & QA
2,372installs

An acceptance test checks if a feature works correctly. This guide shows you how to run these tests for a Terraform provider. You will learn to run a focused test with the prefix TestAcc.

If a test fails, you can diagnose the issue. The steps include clearing cached results, using verbose output, and enabling debug logging. You can also persist the test workspace for deeper analysis.

A passing test might be a false negative. The guide explains how to flip a passing test to confirm it is valid. This skill helps developers maintain reliable Terraform providers.

Add Run Acceptance Tests skill to your workflow

Global

mkdir -p ~/.claude/skills/run-acceptance-tests

Project

mkdir -p .claude/skills/run-acceptance-tests

Source Repository

Stars
689
Forks
79
Watchers
689
License
MPL-2.0
Last Push
2 months ago
Created
9 months ago