Skip to content

Create integration test harness for VS Code extension

Created by: tjkandala

We can intercept and mock GraphQL responses using polly.js like we do for the web app or browser extension (it supports node too!).

The (even more) difficult part is testing Webview state and appearance. We will likely have to load VS Code in a browser w/ Puppeteer.