Registry / testing / testcontainers-scala-scalatest-2-13

testcontainers-scala-scalatest-2-13

JSON →
library0.44.1javamavenunverified

Testcontainers for Scala with ScalaTest integration, providing disposable containers for integration testing.

<dependency> <groupId>com.dimafeng</groupId> <artifactId>testcontainers-scala-scalatest_2.13</artifactId> <version>0.44.1</version> </dependency>
INSTALL
IMPORT
SIG · TESTCONTAINERS-SCA
T
testcontainers-scala-scalatest-2-13
testingjavav0.44.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestContainersForAll
com.dimafeng.testcontainers.scalatest.TestContainersForAll

Minimal ScalaTest spec using Testcontainers with a Redis container.

import com.dimafeng.testcontainers.scalatest.TestContainersForAll import org.testcontainers.containers.GenericContainer class ExampleSpec extends TestContainersForAll { override val container: GenericContainer = new GenericContainer("redis:latest") "container" should "be running" in { assert(container.isRunning) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.44.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
testcontainers-scala-scalatest-2-13 — mvn dependency:get testcontainers-scala-scalatest-2-13 · libregistry