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
When using option remove_builtin_pester: true, the built-in Pester (3.4.0) does not get removed during a kitchen verify.
remove_builtin_pester: true
3.4.0
kitchen verify
kitchen-pester 1.0.0
1.0.0
ChefDK 3.13.1 on Windows 10.
Platforms:
Use the following verifier config:
verifier: name: pester remove_builtin_pester: true
On a Windows Server platform.
Built-in Pester 3.4.0 is removed from the system.
Pester 3.4.0 remains installed, with no logs or errors indicating an attempt was made to remove it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
👻 Brief Description
When using option
remove_builtin_pester: true
, the built-in Pester (3.4.0
) does not get removed during akitchen verify
.Version
kitchen-pester
1.0.0
Environment
ChefDK 3.13.1 on Windows 10.
Platforms:
Steps to Reproduce
Use the following verifier config:
On a Windows Server platform.
Expected Result
Built-in Pester
3.4.0
is removed from the system.Actual Result
Pester
3.4.0
remains installed, with no logs or errors indicating an attempt was made to remove it.The text was updated successfully, but these errors were encountered: