keycloak/test-framework/docs
Šimon Vacek c072bacf5e
Add docs for framework hot deployment & fix (#46568)
Closes: #46552

Signed-off-by: Simon Vacek <simonvacky@email.cz>
2026-02-25 08:04:41 +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 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