-
-
Notifications
You must be signed in to change notification settings - Fork 476
Migrating from Pester 4 to Pester 5
Andrew Sears edited this page Dec 13, 2019
·
2 revisions
- Focused Tests and Test blocks using -Focus parameter.
- Implicit parameters for TestCases
- Improved debugging
- Test discovery
- Internal functions are hidden
- Execution order
- Running tests interactively is not currently supported and will result in following console error:
Running tests interactively (e.g. by pressing F5 in your IDE) is not supported, run tests via Invoke-Pester.
- Nested blocks and their setups
- Leaking scopes