p2-inc / keycloak-orgs

Single realm, multi-tenancy for SaaS apps
Other
362 stars 65 forks source link

Add test for admin events #181

Closed rtufisi closed 4 months ago

rtufisi commented 4 months ago

Add README Improve the testing approach. Instead of recreating the container for every test file, use singleton test container. This way we increase the efficiency of running tests. Ex: before 3 test files took approx 3 minutes to complete after change the testing takes < 1 min