ionide-vscode-fsharp icon indicating copy to clipboard operation
ionide-vscode-fsharp copied to clipboard

Basic Smoke Testing of the extension in the PR/Release Pipelines

Open baronfel opened this issue 2 years ago • 0 comments

It looks like we can define tests to programmatically operate a test vscode with the extension loaded. We should add some basic smoke tests and run them during the pipeline to prevent regressions like we experienced with 5.7.2.

This may look like exporting some interfaces from the extension to allow testability?

Resources:

  • https://code.visualstudio.com/api/working-with-extensions/testing-extension

baronfel avatar Sep 10 '21 15:09 baronfel