-Data parameter on New-PesterContainer is not passed to test file when using Run.Parallel?
#2791
kborowinski
started this conversation in
General
Replies: 1 comment · 1 reply
|
Not supported yet. Putting on list. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@nohwnd I wanted to try the experimental
Run.Parallelfeature on6.0.0-rc1. In my tests I use Pester container with parameters that are passed to each test script:Test file
param()block:However when
Run.Parallelis set to true. the parameters are not passed to the tests:Is it known limitation? Bug? Or I'm doing it wrong? 😅
All reactions