Hi, is there any way to run tests in docker contai...
# general
q
Hi, is there any way to run tests in docker container using docker-compose (db, s3 and opensearch in other containers)?
h
Hi, there isn't tight integration with docker-compose in that way. You could run pants inside the container that runs tests (i.e., docker-compose runs pants) but today there is no "pants runs tests in docker". That has been discussed as a future feature though.