-
-
Notifications
You must be signed in to change notification settings - Fork 476
Articles and other resources
Wojciech Sciesinski edited this page Aug 31, 2017
·
28 revisions
No. | Title | Author | Date | Url |
---|---|---|---|---|
1 | Testing Script Modules with Pester | Dave Wyatt | 2015-12-17 | https://blogs.technet.microsoft.com/heyscriptingguy/2015/12/17/testing-script-modules-with-pester |
2 | An Easier Way to Control Pester Tests | Adam Bertram | 2016-03-24 | http://www.adamtheautomator.com/easier-way-control-pester-tests |
3 | Invoking PSScriptAnalyzer in Pester Tests for each Rule | Ryan Yates | 2016-03-29 | http://blog.kilasuit.org/2016/03/29/invoking-psscriptanalyzer-in-pester-tests-for-each-rule |
4 | Building a Simple Release Pipeline in PowerShell Using psake, Pester, and PSDeploy | Brandon Olin | 2016-04-06 | https://devblackops.io/building-a-simple-release-pipeline-in-powershell-using-psake-pester-and-psdeploy |
5 | Write Dynamic Unit Tests for your PowerShell Code with Pester | Mike F Robbins | 2016-04-14 | http://mikefrobbins.com/2016/04/14/write-dynamic-unit-tests-for-your-powershell-code-with-pester |
6 | Using Pester to test your Comment Based Help | Francois-Xavier Cat | 2016-05-10 | http://www.lazywinadmin.com/2016/05/using-pester-to-test-your-comment-based.html |
7 | Using Pester to test your Manifest File | Francois-Xavier Cat | 2016-05-11 | http://www.lazywinadmin.com/2016/05/using-pester-to-test-your-manifest-file.html |
8 | Generic Pester Tests | Nicholas M. Getchell | 2016-06-16 | https://powershell.getchell.org/2016/05/16/generic-pester-tests/ |
9 | Testing Your Module Manifest With Pester - Revisited | Matt McNabb | 2016-05-18 | http://mattmcnabb.github.io/Pester-For-PowerShell-Gallery |
10 | How To Test PowerShell Modules with Pester | Adam Bertram | 2016-05-19 | https://mcpmag.com/articles/2016/05/19/test-powershell-modules-with-pester.aspx |
11 | Creating a set of simple Pester Tests for existing or old PowerShell Modules & making them easier to update in future. | Ryan Yates | 2016-05-24 | http://blog.kilasuit.org/2016/05/24/creating-a-set-of-simple-pester-tests-for-existing-or-old-powershell-modules-making-them-easier-to-update-in-future |
12 | A Boilerplate for Unit testing DSC resources with Pester | Mathieu Buisson | 2016-07-12 | http://theshellnut.com/unit-testing-dsc-resources/ |
No. | Title | Author | Date | Url |
---|---|---|---|---|
1 | Pester in Action - series | Kevin Marquett | 2015-11-11 | https://www.youtube.com/playlist?list=PLOcTmsj9WHDo2_FfKePLaq_mJTcnW_fEJ |
2 | Automate your PowerShell tests with Appveyor, Git and Pester! | Flynn Bundy | 2016-04-03 | https://flynnbundy.com/2016/04/03/automate-your-powershell-tests-with-appveyor-git-and-pester |
3 | Test-Driven Development with Pester | June Blender | 2016-05-21 | https://www.youtube.com/watch?v=gssAtCeMOoo |
4 | Testing PowerShell with Pester | Robert Cain | 2016-06-18 | https://www.pluralsight.com/courses/powershell-testing-pester |
5 | Pester the Tester PowerShell Bugs Beware | Robert Cain | 2016-06-14 | https://www.youtube.com/watch?v=o4ihc7atwYQ |
No. | Name | Author | Date | Url |
---|---|---|---|---|
1 | [VSCode snippets for Pester] | Adam Bertram | 2017-03-07 | https://powershell.org/forums/topic/vscode-snippets-for-pester/ |
Waiting to be re-read and added