tim
06/26/2020, 4:05 PMwithType<Test> { envirnment("KEY", value) ... } . Since many of my tests required env variables, I think I need to use the SystemEnvironmentTestListener and then use that in each of my tests.
Is this the common approach or have I missed something?