:wave: Hallo Team! Does anyone here know a good do...
# ktor
a
👋 Hallo Team! Does anyone here know a good documentation or have a good repository for test-containers with ktor without kotest?
a
Testcontainers isn’t hardlinked with Kotest is it? So what problem are you running in to?
a
no it's not related to kotest, bu thte majority of the links I found online are with kotest. I am trying to avoid using a ton of libraries that's why I do not want to use Kotest
And I didn't really find useful resources for test-containers with ktor
a
But it is also not related to ktor. Do you want to access test containers from within Ktor in your tests, or do you want to have a test container with ktor in it?
a
When I start the test I just want to make sure that the test isn't manipulating the data in the dev or prod db... So I want to setup a single test container and connect the repositories (also called services) to it. That's all I want to achieve
a
https://java.testcontainers.org/ 🤷 Everything is there.
a
Well I am just asking if someone has an example or a codesnippet for me It's so tricky
a
thx