As an aside, the <TestContainers Extension documen...
# kotest
r
As an aside, the TestContainers Extension documentation says you need both of these dependencies: •
io.kotest.extensions:kotest-extensions-testcontainers:${kotest.version}
io.kotest.extensions:kotest-extensions-testcontainers-jvm:${kotest.version}
However,
io.kotest.extensions:kotest-extensions-testcontainers-jvm
doesn't exist in Maven Central, but
io.kotest:kotest-extensions-testcontainers-jvm
does.
@sam Is the documentation outdated, or has
io.kotest.extensions:kotest-extensions-testcontainers-jvm
not been migrated/published yet? I'm happy to create a PR for this, if you can point me in the right direction.
s
Yeah let me update it quick
👍 1
you only need io.kotest.extensions:kotest-extensions-testcontainers
r
Alright, thanks.
Apologies for the disturbance, just wanted to get your thoughts so I could open a PR, if necessary. Would you prefer documentation-related questions be posted as issues on Kotest's board, or is here fine?
s
You will get a faster response here I think, others check this room too. Not sure how many people look at GH issues.
👍 1