On windows, there seems to be some issues with the setup ( tear down ) of the testing docker containers... as seen below the first set of docker containers created for the first IT are still running while the next tests starts. This leads to port conflicts, it might be that some cleanup or delay configuration is not correct on my side.
This might be related to usage of curl in integration tests with docker containers. That has been addressed and pull request is available that might solve this or at least help.
On windows, there seems to be some issues with the setup ( tear down ) of the testing docker containers... as seen below the first set of docker containers created for the first IT are still running while the next tests starts. This leads to port conflicts, it might be that some cleanup or delay configuration is not correct on my side.