Knowing that testApplication doesn't work in the same way a production app (e.g. threads), does it make sense to run the tests against an standalone server instead of testApplication?
h
hfhbd
05/22/2024, 4:15 AM
Yes, I use testApplication for functional tests, but an embeddedServer with a real client for integration tests.