Skip to content

Commit 38fcf46

Browse files
Add new section for test integrations (#6930)
Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
1 parent b448c9a commit 38fcf46

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# External Integrations
2+
3+
The following Open Source frameworks add direct integration to Testcontainers
4+
5+
| Framework | Source Code | Documentation |
6+
| --- | --- | --- |
7+
| jqwik | [jqwik-testcontainers](https://github.com/jqwik-team/jqwik-testcontainers) | [README](https://github.com/jqwik-team/jqwik-testcontainers) |
8+
| Kotest | [Kotest Extensions Testcontainers](https://github.com/kotest/kotest-extensions-testcontainers) | [kotest.io](https://kotest.io/docs/extensions/test_containers.html) |
9+

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ nav:
9494
- test_framework_integration/junit_5.md
9595
- test_framework_integration/spock.md
9696
- test_framework_integration/manual_lifecycle_control.md
97+
- test_framework_integration/external.md
9798
- Examples: examples.md
9899
- System Requirements:
99100
- supported_docker_environment/index.md

0 commit comments

Comments
 (0)