Base test that function
Some checks failed
Build and test backend / Build-backend (pull_request) Failing after 2m12s
Build and test backend / Test-backend (pull_request) Failing after 2m9s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 23s

There is an error just after the test succes because the app tries to
close the db twice... but at least it works. i'll try to work around
that later :p
This commit is contained in:
2024-03-17 10:50:40 +01:00
parent c6cc9a9e5d
commit c91a4c916e
2 changed files with 27 additions and 12 deletions

View File

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