Hi there - I've been following the docs on running...
# general
o
Hi there - I've been following the docs on running tests in a Docker container. I was wondering if my specific use case is covered. I have e2e tests that need to run in a container that is a part of a docker network, because it will need to talk to other containers running in the network. Is there any way I can achieve something similar?
b
Have you spotted
docker_environment
? https://www.pantsbuild.org/stable/docs/using-pants/environments If so, did you try it and find it didn't work?