Skip to content

aguzev/vscode-pester-test-adapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pester Test Adapter for Visual Studio Code

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

  • install the Test Explorer extension
  • fork and clone this repository and open it in VS Code
  • run npm install
  • run npm run watch or start the watch Task in VS Code
  • start the debugger

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%