base test [dnw]

This commit is contained in:
2024-03-17 01:55:13 +01:00
parent 069466ef5f
commit c6cc9a9e5d
2 changed files with 48 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-testcontainers")
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.testcontainers:postgresql")
testImplementation("io.rest-assured:rest-assured")
}
tasks.register("run") {