You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So according from what I've seen in the code here it's by intention that the reusable test containers config is not picked up from the classpath, which IMO is very confusing. While running my tests, I don't expect that I need some kind of "setup" (even though it's optional) before I can simply run my ./gradlew test, neither locally or inside of my CI.