1
0
forked from PGL/Clyde

Add tests for UserController get and post

This commit is contained in:
2024-03-17 15:40:14 +01:00
parent 189e664f37
commit d423a57fa0
7 changed files with 139 additions and 7 deletions

View File

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