dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
328 stars 51 forks source link

Add support for testing Keycloak extensions #14

Closed thomasdarimont closed 3 years ago

thomasdarimont commented 3 years ago

This adds support for testing Keycloak extensions in the current project that can be found in the project classes folder.

This enables extension testing with keycloak-testcontainers without having to package the extensions first.

Fixes #13

dasniko commented 3 years ago

Thanks @thomasdarimont !