From openshift
Write and validate new OpenShift E2E tests using Ginkgo framework
How this command is triggered — by the user, by Claude, or both
Slash command
/openshift:new-e2e-test test-specificationThe summary Claude sees in its command listing — used to decide when to auto-load this command
## Name openshift:new-e2e-test ## Synopsis ## Description The `new-e2e-test` command assists in writing and validating new tests for the OpenShift test suite. It follows best practices for Ginkgo-based testing and ensures test reliability through automated validation. This command handles the complete lifecycle of test development: - Writes tests following Ginkgo patterns and OpenShift conventions - Validates tests for reliability through multiple test runs - Ensures proper test naming and structure - Handles both origin repository and extension tests appropriately ## Test Framework G...
openshift:new-e2e-test
/new-e2e-test [test-specification]
The new-e2e-test command assists in writing and validating
new tests for the OpenShift test suite. It follows best practices for
Ginkgo-based testing and ensures test reliability through automated
validation.
This command handles the complete lifecycle of test development:
If working in the "origin" code repository:
test/extended directorytest/extended/include.gomake openshift-testsOther repositories have have different conventions for locations of tests and how they get imported. Examine the code base and follow the conventions defined.
CRITICAL: Test names must be stable and deterministic.
Good example: "should create a pod with custom security context"
Bad example: "should create pod test-pod-xyz123 with custom security context"
Good example: "should create a pod within a reasonable timeframe"
Bad example: "should create a pod within 15 seconds"
CRITICAL: Tests must always produce a pass, fail or skip result. Do not create tests that only produce pass or only produce a fail result.
The command performs the following steps:
4plugins reuse this command
First indexed Jul 18, 2026
npx claudepluginhub davidesalerno/ai-helpers --plugin openshift