keycloak/test-framework/docs
Stian Thorgersen 9350e704c8
Follow-up update to test framework docs (#46176)
Closes #46073

Signed-off-by: stianst <stianst@gmail.com>
2026-02-11 11:12:35 +01: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
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 Follow-up update to test framework docs (#46176) 2026-02-11 11:12:35 +01:00
RUNNING_TESTS.md Update test framework docs 2026-02-06 12:00:16 +01:00
SUITES.md Update test framework docs 2026-02-06 12:00:16 +01:00
WRITING_TESTS.md Follow-up update to test framework docs (#46176) 2026-02-11 11:12:35 +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