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
Running the Sample
- Run
npm installin terminal to install dependencies - Install the VS Code Extension Test Runner
- Start a task
npm: watchto compile the code - Run tests, either by:
- Using the Test Explorer view, or
- By running
npm run testcon the commpand line