manifests/tests
Ayush Gupta af624af92c
Fix: kubectl wait condition case from ready to Ready (#3076)
Signed-off-by: madmecodes <ayushguptadev1@gmail.com>
2025-03-27 19:19:42 +00:00
..
gh-actions Fix: kubectl wait condition case from ready to Ready (#3076) 2025-03-27 19:19:42 +00:00
README.md update manifest test README (#2867) 2024-09-03 16:11:14 +00:00

README.md

Kustomize Manifest Tests

E2E

There are 2 goals for the e2e tests:

  1. Verify that core components can be applied and become Ready
  2. Verify that core CRDs can be created and succeed

Components

The e2e are installing everything by using the single-install command. This means that all of the core and common (Istio, Knativ, Cert Manager) are being installed and included in the tests.

Test Suite

The e2e tests are completely independent of the underlying K8s cluster, as well as the platform of the cluster. These tests should be able to run in real world clusters, as well as ephemeral ones like KinD.