๐ง THIS EXTENSION IS IN PREVIEW STATE, THERE ARE GOING TO BE BUGS ๐ง
This extension provides the ability to run Pester tests utilizing the native Testing functionality first introduced in Visual Studio Code 1.59
๐ Pester Test Browser ๐ Debugging Support ๐ฉโ๐ป Native PowerShell Extension Integration ๐จโ๐งโ๐ฆ Expands Test Cases
The extension will automatically discover all .Tests.ps1
Pester files in your workspace, you can then run tests either
from the Tests pane or from the green arrows that will appear adjacent to your tests.
Preview VSIX extension packages are generated upon every commit to main and every pull request update. To install a beta build:
Details
next to the ๐ทโโ๏ธ Build Visual Studio Code Extension
taskArtifacts
in the upper right of the windowvsix-{version}
.vsix
file, and choose Install Extension VSIX
near the bottom.Extensions: Install from VSIX
and browse for the vsix file.This extension will use the PowerShell Extension Pester verbosity settings for the output.
The Pester Output
pane maintains a log of the activities that occur with the Pester extension. You can use Set Log Level
in the command palette to increase the log level to debug or trace to get more information about what is going on. Include this information when submitting an issue along with reproduction steps.