Redis – How to run tests in rider / visual studio in docker container
My integration tests have dependency on redis. They have dockerfile included, so everything works in CI. However when running locally from test explorer I have to manually start redis container. Is there possibility for IDE to automatically run/debug tests in…