We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FREE_PORT
Here's an example where (I believe) we handed out the same free port to multiple concurrent processes:
If we track port's we've handed out at the provider level, then we can avoid duplication and have tests "return" then once the test is complete.
cc @imjasonh