Checklist
Summary of the feature request
To provide conditional setup for different containers like if ($current -like '*.Integration.Tests.ps1'), BeforeContainer scripts need a reference to the current container
How should it work?
Expose a variable with the current container name (fullpath on File, else <ScriptBlock>)
Checklist
Summary of the feature request
To provide conditional setup for different containers like
if ($current -like '*.Integration.Tests.ps1'),BeforeContainerscripts need a reference to the current containerHow should it work?
Expose a variable with the current container name (fullpath on File, else
<ScriptBlock>)