Skip to main content
Back to registry

run-acceptance-tests

hashicorp/agent-skills

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

Installs492
Install command
npx skills add https://github.com/hashicorp/agent-skills --skill run-acceptance-tests
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
An acceptance test is a Go test function with the prefix TestAcc . To run a focussed acceptance test named TestAccFeatureHappyPath : Run go test -run=TestAccFeatureHappyPath with the following environment variables: Default to non-verbose test output. The acceptance tests may require additional environment variables for specific providers. If the test output indicates missing environment variables, then suggest how to set up these environment variables securely. To diagnose a failing acceptance test, use these options, in order. These options are cumulative: each option includes all the options above it. A passing acceptance test may be a false negative. To "flip" a passing acceptance test named TestAccFeatureHappyPath : - Run go test -run=TestAccFeatureHappyPath with the following environment variables: - TF_ACC=1 - The acceptance tests may require additional environment variables for specific providers.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does run-acceptance-tests do?

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

Is run-acceptance-tests good?

run-acceptance-tests does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does run-acceptance-tests work with?

run-acceptance-tests currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to run-acceptance-tests?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install run-acceptance-tests?

npx skills add https://github.com/hashicorp/agent-skills --skill run-acceptance-tests

Related skills

More from hashicorp/agent-skills

Related skills

Alternatives in Software Engineering