You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "/tests", "/tests/.github" should be enough. You only need to specify the hidden folder, the rest will be found using recursion unless you want to include only a subset of folders under tests.
I tried this initially but the .github tests ran twice on windows which is also not ideal.
Should Pester deduplicate file paths provided using -Path / Run.Path? I don't see a reason why you'd want to run the same file multiple times without parameters.
Calling a file multiple times with different parameters (-Data) requires use of -Container / Run.Container which is unaffected by the suggested change to -Path.
The text was updated successfully, but these errors were encountered:
Originally posted by @tbutler-qontigo in #2515 (comment)
Should Pester deduplicate file paths provided using
-Path
/Run.Path
? I don't see a reason why you'd want to run the same file multiple times without parameters.Calling a file multiple times with different parameters (
-Data
) requires use of-Container
/Run.Container
which is unaffected by the suggested change to-Path
.The text was updated successfully, but these errors were encountered: