DockerComposeFixture
DockerComposeFixture copied to clipboard
A XUnit fixture that allows you to spin up docker compose files and then run tests against them.
Hello Is it possible to create two separate instance of DockerComposeFixture from two separate docker compose files? I tried to do it, but unsuccessful.
In my project, I wanted to parameterize `docker-compose` file by environment variables. So that I can launch multiple instances of docker-compose and each binds to different ports and mounts on...
I find people often have processes running locally which have port usages similar to those that we wish to spin-up via this library. E.g. a local proxy to a cloud...
New major version - v1, which targets XUnit v3.