Skip to content

Commit

Permalink
Update docs/contributor/testing-strategy.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Schuhmacher <t.schuhmacher@sap.com>
  • Loading branch information
Disper and tobiscr authored Feb 5, 2024
1 parent 2dfa87b commit c1dd332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributor/testing-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For each layer, there is a dedicated testing approach used:
7. Integration tests have to be executed fast to minimize roundtrip times and be applied for each PR. Long-running tests should be excluded from frequently executed test runs and be triggered periodically (e.g. 4 times a day)

### End-to-End Testing
1. Use Helm to create, deploy, and manage test clusters and environments that closely resemble the productive execution context.
1. Use a mainstream Kubernetes management tool (e.g. [Helm](https://helm.sh/) or [Kustomize](https://kustomize.io/)) to create, deploy, and manage test clusters and environments that closely resemble the productive execution context.
2. For short-living Kubernetes clusters, use k3d or other lightweight Kubernetes cluster providers.
3. Run regularly, but at least once per release, a performance test that measures product KPIs to indicate KPI violations or performance differences between release candidates.

Expand Down

0 comments on commit c1dd332

Please sign in to comment.