keycloak/test-framework/docs
Stian Thorgersen 658c582506
Update test framework docs
Closes #35385

Signed-off-by: stianst <stianst@gmail.com>
2026-02-06 12:00:16 +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
LOGGING.md Update test framework docs 2026-02-06 12:00:16 +01:00
README.md Update test framework docs 2026-02-06 12:00:16 +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 Update test framework docs 2026-02-06 12:00:16 +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