From 17751d8c92a035b6a5e58e0a0f831151744fd1e8 Mon Sep 17 00:00:00 2001 From: Alex B <45384811+AB-xdev@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:24:16 +0200 Subject: [PATCH] [Docs] Add TCI to external integrations --- docs/test_framework_integration/external.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/test_framework_integration/external.md b/docs/test_framework_integration/external.md index b3f55783123..3f97b9f64cb 100644 --- a/docs/test_framework_integration/external.md +++ b/docs/test_framework_integration/external.md @@ -7,3 +7,4 @@ The following Open Source frameworks add direct integration to Testcontainers | jqwik | [jqwik-testcontainers](https://github.com/jqwik-team/jqwik-testcontainers) | [README](https://github.com/jqwik-team/jqwik-testcontainers) | | Kotest | [Kotest Extensions Testcontainers](https://github.com/kotest/kotest-extensions-testcontainers) | [kotest.io](https://kotest.io/docs/extensions/test_containers.html) | | Synthesized | [Synthesized TDK-Testcontainers integration](https://github.com/synthesized-io/tdk-tc) | [synthesized.io](https://docs.synthesized.io/tdk/latest/user_guide/integrations/testcontainers) | +| TCI | [Testcontainers Infrastructure (TCI) Framework](https://github.com/xdev-software/tci-base) | [README](https://github.com/xdev-software/tci-base) |