auchenberg / vscode-browser-preview

A real browser preview inside your editor that you can debug.
MIT License
4.39k stars 153 forks source link

Implement testing baseline #124

Open auchenberg opened 4 years ago

auchenberg commented 4 years ago

Observations from https://github.com/auchenberg/vscode-browser-preview/issues/122

There is a test but it doesn't look to be in use. I can't quite figure out what it does.

I want to have at least 3 sanity tests.

One that tests that the extension can be launched from vscode. I have no idea how to do this. One that drives the current stable chrome and current chrome canary and verifies we can get a screencast and inspect a node. One that tests that the UI shows up.