keycloak-nodejs-admin-client
keycloak-nodejs-admin-client copied to clipboard
Test using pre-configured Keycloak docker container
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.