Waldemar Kornewald
10/10/2023, 2:56 PMTestWithKtor
and embeddedServer
but that’s JVM-only. Just instantiating an HttpClient
with a custom nodeOptions.agent
value probably won’t be enough as a test, so how can I proceed? FYI @Rustam SiniukovRustam Siniukov
10/11/2023, 8:57 AMtest/server/ClientTestServer.kt
. It will start automatically when you run tests. You may need to stop gradle daemon for the changes to make an effect there (./gradlew --stop
)Waldemar Kornewald
10/23/2023, 8:07 AM