Updated PowerShell Modules - PSPesterTest and TestJsonSchema

less than 1 minute read

Few years ago, I published 2 PowerShell modules:

  • PSPesterTest - This module simplifies PowerShell code analysis using Pester and PSScriptAnalyzer by providing pre-defined pester tests for PowerShell scripts and modules. (GitHub, PSGallery)
  • TestJsonSchema - Performs Pester Test for JSON schema validation (GitHub, PSGallery)

I just realized today that both of these modules are outdated, not compatible with the latest version of Pester due to the breaking changes introduced to Pester v5.

Therefore I’ve updated both modules to support the latest version of Pester (v5.3.1 at the time of writing). You can find both them on GitHub and PowerShell Gallery:

Leave a comment