jimmymcp / al-test-runner

VS Code Extension to help run AL tests against Business Central container
https://jpearson.blog/al-test-runner-for-visual-studio-code/
MIT License
12 stars 16 forks source link
msdyn365bc testing

AL Test Runner

AL Test Runner adds features to help you write and run Microsoft Dynamics 365 Business Central tests.

All without leaving VS Code and integrated with VS Code's Testing pane. For more information see the documentation at: https://jimmymcp.github.io/al-test-runner-docs/

Testing Pane

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