Hi All,
I have been using org.keycloak.testsuite.KeycloakServer
previously in tests. Is there any replacement for the Quarkus version that does the same, quick bootstrap of a Keycloak server for testing?
Thanks!
Hi All,
I have been using org.keycloak.testsuite.KeycloakServer
previously in tests. Is there any replacement for the Quarkus version that does the same, quick bootstrap of a Keycloak server for testing?
Thanks!
i have the same question
This is what I’ve found so far, but I haven’t had the time to write a utility to use it in my tests.
aah great, i wil see if i can get something running…
we also used it to debug keycloak issues itself within intellij…
Same here (using the IntelliJ debugger), which is why I prefer it to using testcontainers. Please share if you come up with a solution. I will do the same.
Did somebody say Testcontainers?