Test Environment Data in Chef Integration tests with PowerShell/Pester
I was reviewing a set of integration tests for a cookbook the other day and realized I had hard-coded a folder name in the test . Pester Integration Test The test was passing because the hard-coded folder and the folder used in the recipe matched. What happens if we change the folder in the future? …
Test Environment Data in Chef Integration tests with PowerShell/Pester Read More »