simondotm / beeb-vsc

Visual Studio Code Extension to support code development for BBC Micro
https://marketplace.visualstudio.com/items?itemName=simondotm.beeb-vsc
MIT License
13 stars 3 forks source link

feat(development): Add sample E2E tests and launch.json config #109

Closed tommy9 closed 5 months ago

tommy9 commented 5 months ago

Adds the ability to create end-to-end tests which launch a host extension and run tests in place. Currently added a small number of tests for completions and diagnostics but can greatly expand this over time to provide good coverage of the language server features.