run-acceptance-tests

Installation
SKILL.md

An acceptance test is a Go test function with the prefix TestAcc.

Before running: acceptance tests create real infrastructure against the provider's live API, which may incur cost. Confirm the configured credentials point at a test account before proceeding.

To run a focused acceptance test named TestAccFeatureHappyPath:

  1. Run go test -run=TestAccFeatureHappyPath -timeout 60m with the following environment variables:
    • TF_ACC=1
Installs
2.9K
GitHub Stars
820
First Seen
Jan 26, 2026
run-acceptance-tests — hashicorp/agent-skills