Skip to content

add integration testing#163

Open
JPadovano1483 wants to merge 4 commits into
skupperproject:mainfrom
JPadovano1483:split/kind-integration
Open

add integration testing#163
JPadovano1483 wants to merge 4 commits into
skupperproject:mainfrom
JPadovano1483:split/kind-integration

Conversation

@JPadovano1483

Copy link
Copy Markdown
Contributor

Adds Kind-based end-to-end integration tests for the management stack and backbone site bootstrap. Tests run via Vitest against a local Kind cluster with PostgreSQL, cert-manager, Keycloak, management-controller, Skupper (multi-van), and site-controller. Test coverage is outlined in the README in /tests/integration/kind.

Testing:

  • run pnpm install
  • run pnpm test:intagration:local to spin up a Kind cluster, run integration tests, and tear down the cluster; OR
  • manually bring up the cluster and run tests with pnpm cluster:up, pnpm test:integration, and pnpm cluster:down to tear down the cluster

Depends on #161
Part of #126

JPadovano1483 and others added 4 commits July 6, 2026 12:10
End-to-end Vitest specs against a local Kind cluster with Keycloak, cert-manager, Postgres, Skupper, and backbone site bootstrap coverage.

Co-authored-by: Cursor <cursoragent@cursor.com>
@JPadovano1483 JPadovano1483 marked this pull request as ready for review July 8, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant