keycloak / keycloak-extension-poc

Apache License 2.0
2 stars 3 forks source link

Add automated testing for new Keycloak releases #3

Open stianst opened 4 months ago

stianst commented 4 months ago

Description

Add continuous testing for the extension that can verify if the extension works as expected with the latest nightly builds of Keycloak, and have automation in terms of testing when a new release of Keycloak is out.

Discussion

No response

Motivation

No response

Details

No response

stianst commented 4 months ago

I'm thinking it would be good to have two different types of test:

stianst commented 4 months ago

Maybe we should either just use Quarkus stuff directly, or do similar things like:

@KeycloakTest
@KeycloakIntegrationTest

Then we could have stuff like:

@KeycloakConfig
@KeycloakRealm

Could take some insipration from what Quarkus has around test profiles.

Inject an admin client:

@KeycloakAdminClient