Has anyone been able to add some integration tests to their Xperience by Kentico projects? Specifically using the Microsoft.AspNetCore.Mvc.Testing package?
The package works when running through a regular console application, but when I use the same code inside an xunit test, it gets to app.InitKentico() then the test runner just stops unexpectedly without much of an error message.
Tried with the dancing goat sample from a while ago and getting the same thing.