keycloak/test-framework/docs
Stian Thorgersen f0fcffe3e3
Add debug helper utility to the test framework
Closes #47011

Signed-off-by: stianst <stianst@gmail.com>
2026-03-11 09:29:43 +00: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 Add docs for framework hot deployment & fix (#46568) 2026-02-25 08:04:41 +01: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