Passing Context ForEach variables to It blocks
Why are the variables in my Context -ForEach
cases not being passed to the It
blocks underneath the Context
? I have this code in my test file.
Pester: Passing Context ForEach variables to It blocks
Fairly new to Pester but I’m trying to figure out why the variables in my Context -ForEach
cases are not being passed to the It
blocks underneath the Context
. I have this code in my test file.