Skip to content

Commit

Permalink
add execution table
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiscr committed Jan 26, 2024
1 parent d1443b4 commit 3d73769
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/contributor/testing-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ For each layer is a dedicated testing approach used:
2. For shot 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.

|Testing Approach|Per Commit|Per PR|Per Release|In intervals|
|--|--|--|--|--|
|Unit Testing|X|X||Only long running tests daily|
|Integration Testing||X||Only long running tests daily|
|End-to-End Testing|||X|Daily|

### Testing Tools and Frameworks
Use the following tools and frameworks to implement the above-mentioned testing levels:

Expand Down

0 comments on commit 3d73769

Please sign in to comment.