'How do I test a webview extension I've created for vscode?

By test I mean some kind of automated unit test. Manual testing takes too long.



Solution 1:[1]

One can use VSCode Extension Tester https://github.com/redhat-developer/vscode-extension-tester/wiki/WebView

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 dgolovin