run-integration-test-envtest

star 6

Use this skill to run a specific integration test

konflux-ci By konflux-ci schedule Updated 6/2/2026

name: Run integration test (envtest) description: Use this skill to run a specific integration test

To run a specific integration test execute:

KUBEBUILDER_ASSETS=$(echo "$(pwd)"/bin/k8s/*-linux-amd64) go test -count=1 -v ./internal/controller -ginkgo.focus="test or suite name"

To run all integration tests:

make test

Note, they take about 5 minutes to complete.

Install via CLI
npx skills add https://github.com/konflux-ci/build-service --skill run-integration-test-envtest
Repository Details
star Stars 6
call_split Forks 63
navigation Branch main
article Path SKILL.md
More from Creator