Closed
Description
This is more a question than an issue:
I would like to use TestContainers also when I start my app in local environment via IDE or by running a jar directly. I would like to start a container (ElasticSearch) and let my app rely on it. So that I do not have to deploy locally ElasticSearch cluster.
But TestContainers are tightly coupled with JUnit. I think this coupling is not necessary.
Thoughts?