Came here to ask the same question. The 6.x docs ...
# kotest
n
Came here to ask the same question. The 6.x docs still mention the old apis. Poked around the diffs for 6.0.0.M3 where the apis were removed, but couldn't find any mention of an alternative or confirmation that there isn't one
b
I replaced it with a dedicated gradle
Test
task where the env vars are set
e
Iirc the JVM runtime removed the possibility of modifying env vars during runtime.
n
ahh. okay. looks like I have some refactoring to do