We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even if in the parameter $PesterResult definitions is added (a code based on version 1.3.0 - please see the pull request #10 )
[Parameter(Mandatory = $true, Position = 0, ValueFromPipeline = $True, ValueFromPipelinebyPropertyName = $True, HelpMessage = 'Pester results Object', ParameterSetName = 'AllParamSet')] [Parameter(Mandatory = $true, Position = 0, ValueFromPipeline = $True, ValueFromPipelinebyPropertyName = $True, HelpMessage = 'Pester results Object', ParameterSetName = 'PassedOnlyParamSet')] [Parameter(Mandatory = $true, Position = 0, ValueFromPipeline = $True, ValueFromPipelinebyPropertyName = $True, HelpMessage = 'Pester results Object', ParameterSetName = 'FailedOnlyParamSet')] [Parameter(Mandatory = $true, Position = 0, ValueFromPipeline = $True, ValueFromPipelinebyPropertyName = $True, HelpMessage = 'Pester results Object', ParameterSetName = 'SummaryOnlyParamSet')] [Parameter(Mandatory = $false, Position = 0, ValueFromPipeline = $True, ValueFromPipelinebyPropertyName = $True, HelpMessage = 'Pester results Object', ParameterSetName = 'VersionOnlyParamSet')] [ValidateNotNullorEmpty()] [Array]$PesterResult,
the validation doesn't work as expected.
Additional validation on provided tests results need to be added. I'll do it soon as a additional commit for the pull request #10
The text was updated successfully, but these errors were encountered:
I just added explicit throw for that issue - the pull request it-praktyk@d766e5b what is the part of #10
Sorry, something went wrong.
No branches or pull requests
Even if in the parameter $PesterResult definitions is added (a code based on version 1.3.0 - please see the pull request #10 )
the validation doesn't work as expected.
Additional validation on provided tests results need to be added. I'll do it soon as a additional commit for the pull request #10
The text was updated successfully, but these errors were encountered: