Need some guidance on running unit test in parallel. I am trying to write BDD tests to validate the behavior of service endpoints. Servicestack Host is a singleton per APP Domain so I can’t leverage parallel testing and get this error:
ServiceStackHost.Instance has already been set (WorkloadsHost)
Any thoughts on solutions / alternatives if any other than “run sequentially”?