Skip to content

Latest commit

 

History

History

README.md

Hello World Test Sample

This is the Hello World example with integration tests setup.

You can find the accompanying documentation at https://code.visualstudio.com/api/working-with-extensions/testing-extension.

Demo

6f5cc4e2-cdb8-4cb6-ba7e-c3619ecbdbf7.mp4

Running the Sample

  • Run npm install in terminal to install dependencies
  • Install the VS Code Extension Test Runner
  • Start a task npm: watch to compile the code
  • Run tests, either by:
    • Using the Test Explorer view, or
    • By running npm run test con the commpand line