TylerLeonhardt / vscode-pester-test-adapter

MIT License
33 stars 13 forks source link
hacktoberfest

Pester Test Adapter for Visual Studio Code

:warning: This extension is now deprecated in favor of the extension provided by the Pester team: https://github.com/pester/vscode-adapter :warning:

logo

This repository contains a Pester implementation of a TestAdapter extension that works with the Test Explorer extension for Visual Studio Code.

screenshot

It currently supports running and debugging Pester tests as the workspace, file, Describe, or It level!

It leverages the PowerShell extension for VS Code to run and debug.

Local development

You should now see a second VS Code window, the Extension Development Host. Open a folder in this window and click the "Test" icon in the Activity bar. Now you should see the test suite in the side panel: