What do I have to do to make integration tests run...
# announcements
h
What do I have to do to make integration tests run? I have followed https://docs.gradle.org/current/userguide/java_testing.html#sec:configuring_java_integration_tests but I think it may have to do with me using Kotest. The tests run just fine in Intellij but not using gradle.
g
works just fine for me on junit, followed the same guide
I think it more related to #CT0G9SD7Z
h
Indeed that seems to be true. If I convert the tests to junit it works just fine