Open
Description
Is your feature request related to a problem or challenge?
#13672 adds a new CLI integration testing with external storage tests, using Minio. Currently, running tests requires manually starting a Minio Docker container.
Describe the solution you'd like
@findepi suggests that we can automatically start the required containers
Describe alternatives you've considered
No response
Additional context
@findepi highlighted
In Trino land this is done with testcontainers-java and it works awesomely well from developer experience perspective.