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
Pester version : 5.0.4 C:\Program Files\WindowsPowerShell\Modules\Pester\5.0.4\Pester.psd1
PowerShell version : 7.0.3
OS version : Microsoft Windows NT 10.0.19041.0
3. Expected Behavior
Pester should allow to pass parameters into test scripts.
4.Current Behavior
In previous versions of Pester it was possible to pass parameters to test scripts using the following syntax:
1. General summary of the issue
In previous versions of Pester it was possible to pass parameters to test scripts using the following syntax:
Now with Pester 5.0.4, this results in an error:
2. Describe Your Environment
Pester version : 5.0.4 C:\Program Files\WindowsPowerShell\Modules\Pester\5.0.4\Pester.psd1
PowerShell version : 7.0.3
OS version : Microsoft Windows NT 10.0.19041.0
3. Expected Behavior
Pester should allow to pass parameters into test scripts.
4.Current Behavior
In previous versions of Pester it was possible to pass parameters to test scripts using the following syntax:
Now with Pester 5.0.4, this results in an error:
5. Possible Solution
None.
6. Context
Passing in the github.run_id into my Pester tests.
The text was updated successfully, but these errors were encountered: