Do we have a way to say "This test requires enviro...
# kotest
l
Do we have a way to say "This test requires environment variable VAR" and if VAR=null the test should be skipped
s
A quick contains inside a enabledIf ?
l
I think that solves it, yeah
ty!