The goal here is to have integration tests that still use the full Hot Chocolate pipeline, but don't require a TCP endpoint to be stood up. Besides avoiding the network layer here, it further avoids having to have a background service (or process) running the server-side of things and (if your GraphQL requires it) removes authentication issues as well.
The goal here is to have integration tests that still use the full Hot Chocolate pipeline, but don't require a TCP endpoint to be stood up. Besides avoiding the network layer here, it further avoids having to have a background service (or process) running the server-side of things and (if your GraphQL requires it) removes authentication issues as well.