You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing the Keycloak extension, drop the `createRealmPerTest`
flag per default. The additional isolation is no longer needed for most
tests, since no roles or other data in Keycloak are manipulated during
test execution, and an initial setup of test users used by the test cases
is sufficient. For tests that do manipulate the state in Keycloak,
support enabling this feature on demand.
Avoiding the repeated setup of the realm saves a few seconds for every
test case, which has a notable effect on the total test execution times.
Signed-off-by: Oliver Heger <[email protected]>
0 commit comments