The way this library works by default is it spins up a server for each request, as well as handles its graceful
shutdown.
To speed up your tests and reduce the number of instances spawned in huge code bases, you can make use of
the dedicated
false.
Because of that, you’ll have to manually shut down this server after all tests are done.
You can also use alias dedicated to avoid passing dedicated: true flag every time.