microsoft/vscode-extension-telemetry

Need a testing setup

lramos15 opened this issue · 0 comments

As the module continues to grow and be depended on by more extensions the need for proper testing infrastructure grows.

  1. Unit tests
    • Mock App insights
    • Test all functions of the base telemetry class
  2. Integration tests
    • Test extension that consumes the module

I already try to do #2 manually prior to a release but would love an automated way