keycloak/test-framework/docs
vramik e1329516d5 Introduce ORGANIZATIONS resource type in Fine-Grained Admin Permissions
Closes #47284

Signed-off-by: vramik <vramik@redhat.com>
2026-04-29 11:10:05 -03:00
..
BEST_PRACTICES.md Update test framework docs 2026-02-06 12:00:16 +01:00
CONFIG.md Update test framework docs 2026-02-06 12:00:16 +01:00
DEBUGGING.md Add debug helper utility to the test framework 2026-03-11 09:29:43 +00:00
EXTENSIONS.md Update test framework docs 2026-02-06 12:00:16 +01:00
GETTING_STARTED.md Update test framework docs 2026-02-06 12:00:16 +01:00
GITHUB.md Follow-up update to test framework docs (#46176) 2026-02-11 11:12:35 +01:00
LOGGING.md Update test framework docs 2026-02-06 12:00:16 +01:00
README.md Add debug helper utility to the test framework 2026-03-11 09:29:43 +00:00
RUNNING_TESTS.md Add docs for framework hot deployment & fix (#46568) 2026-02-25 08:04:41 +01:00
SUITES.md Update test framework docs 2026-02-06 12:00:16 +01:00
WRITING_TESTS.md Introduce ORGANIZATIONS resource type in Fine-Grained Admin Permissions 2026-04-29 11:10:05 -03:00

Keycloak Test Framework

The Keycloak JUnit test framework makes it easy to write tests for Keycloak and extensions. Behind the scenes the framework handles the lifecycle of Keycloak, the database, and any injected resources such as realms and clients.

Tests simply declare what they want, including specific configuration, and the framework takes care of the rest.

Chapters