Open barchetta opened 4 years ago
This may be an issue for quite a lot of these examples, as they actually require the integrated party to start up. This may work fine for databases, where we can use in-memory h2, but not for Vault, Jedis etc.
A lot of those issues can be solved with TestContainers.
Environment Details
Problem Description
The examples under
integrations
are missing unit tests. At a minimum the unit test should start the application and ping the health endpoint.