How to run the unit tests - PeterWone/vscode-arduino-cli GitHub Wiki

  1. If you don't already have the repo then clone it to your machine.
  2. Load the extension project into VS Code.
  3. Get your dependencies using npm i
  4. Switch to debugging and choose "Run extension tests" then press F5 or click the run button.

Step 5 illustrated