Skip to content

ParameterBindingValidationException: Cannot bind argument to parameter 'Path' because it is null. #2396

Answered by fflaten
DkSkydancer asked this question in Q&A
Discussion options

You must be logged in to vote

$fullName is undefined. You need to store the variable using a BeforeAll block like you've done with $token.

Tip: I'd recommend moving $allFiles = ... and $tokens = .. inside a BeforeDiscovery-block. Just cosmetic, but shows intent and that it's not forgotten v4-code.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DkSkydancer
Comment options

Answer selected by DkSkydancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants