Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 552 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 552 Bytes

testcontainers-scala sample project

This repository provides a sample project demonstrating how to speed up database testing in Scala 3 using testcontainers-scala.

How to run the tests

Prerequisites

  • Installed JDK 21 or later
  • Installed sbt

Running the tests

  1. Launch the Docker Desktop
  2. Run the following command:
sbt test

if you installed sdkman, you can run the following command:

sdk use java 21.0.2-amzn && sbt test