Open
Description
I'm trying to define a variable with contains a random value and want to inject it somehow into tests executed by trycmd. I can mask the value with insert_var(..)
and tried to use env(..)
to make the variable accessible in my tests but something like $ echo $TEST_VALUE
never substitutes the variable with the value given to env(..)
. Is there some way to access the value behind a variable?