Replies: 3 comments 8 replies
-
/cc @pedroigor (keycloak), @sberyozkin (keycloak) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@wmeints With OIDC Dev UI, you can test interactively, independently of the actual integration tests that can be long running and rather advanced. With Dev UI, users can go to OIDC Dev UI, login to Keycloak, and use Swagger or call directly specific Quarkus endpoints, and it all can go in parallel with the integration tests running in the background... I wonder though if we could indeed support having a single container shared between Dev UI and test mode, doing it by default though can cause a lot of side-effects, so I'd rather us having a property for it, @michalvavrik, what do you think ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running into an issue where the Quarks dev mode starts the keycloak container a second time while the first one is still running. This happens when I resume testing after running Quarks in dev mode.
I saw no errors the first time it started, and I could access the admin panel just fine. However, the test cases for my application won't run now because the Keycloak container didn't start successfully the second time.
Anybody else running into this issue?
Beta Was this translation helpful? Give feedback.
All reactions