Skip to content

Commit b560706

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

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
@@ -8,7 +8,7 @@ Prioritize tests based on the testing pyramid, refer to the [Testing Guide](./te
88

99
- **Unit Tests:** The foundation. Fast, isolated, and cover individual components.
1010
- **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.
11-
- **E2E Tests:** Test the entire system, including interactions with external dependencies. These are the most expensive and prone to flakiness.
11+
- **E2E Tests:** Test the entire system, including interactions with external dependencies. These are the most expensive and prone to flakiness. Every cluster component configuration variant requires a distinct e2e job.
1212

1313
### CI Job Types
1414

0 commit comments

Comments
 (0)