keycloak-nodejs-admin-client icon indicating copy to clipboard operation
keycloak-nodejs-admin-client copied to clipboard

Test using pre-configured Keycloak docker container

Open ath88 opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently we start a 'clean' Keycloak container every time. If we could start a container with a custom configuration, some tests would be easier to run. Currently we don't test SMTP-related tests, since the default configuration will result in a 500 when Keycloak tries to send an email.

Describe the solution you'd like Some setup and teardown steps that primes Keycloak to improve testability.

ath88 avatar Jan 11 '21 09:01 ath88