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
Summary of the new feature
The latest release fixed Pester 5 problem matching. This is welcome however it is often not immediately obvious that the issue is due to a failed test since it directly uses the syntax of the test. Initial inspection I often think they are syntax errors until I realize what's going on.
The pester problem message should be what Pester reported the error as along with a prepend (e.g. "Test Failed: Expected $true but got $false" and then the source field should be the name of the test, similar to how PSScriptAnalyzer operates.