Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 1e680e9

Browse files
authored
docs: parallel running (#86)
1 parent 6bb0510 commit 1e680e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class KubeApiServerTest {
8484

8585
### Fabric8 Kubernetes Client Support
8686

87-
There is a dedicated support for [Fabric8 Kubernetes Client](https://github.com/fabric8io/kubernetes-client).
87+
There is dedicated support for [Fabric8 Kubernetes Client](https://github.com/fabric8io/kubernetes-client).
8888

8989
Using dependency:
9090

@@ -110,6 +110,12 @@ class JUnitFabric8ClientInjectionTest {
110110
}
111111
```
112112

113+
### Support for Parallel Execution in Junit5
114+
115+
Parallel test execution is explicitly supported for JUnit5, in fact the project tests are running parallel.
116+
Running a new instance for each test case. This speeds up the tests (in our case >75%) in a way that test cases are also
117+
fully isolated from each other. See the [surefire plugin config](https://github.com/csviri/jenvtest/blob/6bb0510208d33cc64938b7a4518ecd0c21de8b26/pom.xml#L222-L237).
118+
113119
### Testing Mutation and Validation Webhooks
114120

115121
An additional benefits os running K8S API Server this way, is that it makes easy to test

0 commit comments

Comments
 (0)