View, run and debug your tests and test codeunits directly from VS Code's Testing pane.
Toggle Code Coverage
Toggle code coverage to highlight the lines which are being hit by your test code.
Test Coverage
See which tests hit the methods in your codeunits and tables. Run those tests from a code action in the editor.
Requirements
A Business Central Docker container that you can publish your extension into and run your tests against. As of v0.2.0, Docker can either be running locally or on a remote server. If remote, you must be able to execute PowerShell commands against the host with ps-remoting.
Alternatively you can use VS Code remote development to execute local PowerShell commands on the host with this extension installed on the host