Skip to content

Commit a60ee35

Browse files
aojealiggitt
andauthored
Update contributors/devel/sig-testing/testing-strategy.md
Co-authored-by: Jordan Liggitt <[email protected]>
1 parent 6ad2572 commit a60ee35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/sig-testing/testing-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This document outlines a testing strategy for Kubernetes features based on the *
77
Prioritize tests based on the testing pyramid, refer to the [Testing Guide](./testing.md):
88

99
- **Unit Tests:** The foundation. Fast, isolated, and cover individual components.
10-
- **Integration Tests:** Verify interactions between components within your subsystem.
10+
- **Integration Tests:** Verify interactions between components within your subsystem. These are preferred for tests which require cluster components to be run with test-specific configurations.
1111
- **E2E Tests:** Test the entire system, including interactions with external dependencies. These are the most expensive and prone to flakiness.
1212

1313
### CI Job Types

0 commit comments

Comments
 (0)