You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add make targets for running single e2e scenarios
Add `make e2e/<feature>/<scenario-prefix>` for running individual Godog
scenarios by name prefix against an already-running cluster. The prefix
is resolved to godog's file:line syntax using the Gherkin parser.
Add `e2e-setup` and `experimental-e2e-setup` targets to create persistent
KIND clusters for iterative development, with matching `e2e-teardown` and
`experimental-e2e-teardown` for cleanup.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments