chiefmyron / phpunit-test-workbench

An extension to integrate PHPUnit with the native Test Explorer functionality within VS Code. Zero configuration required for common environment setups.
https://marketplace.visualstudio.com/items?itemName=chiefmyron.phpunit-test-workbench
MIT License
5 stars 2 forks source link

Include pertinent information in recorded test run output #34

Closed chiefmyron closed 1 year ago

chiefmyron commented 1 year ago

Test runs currently output to a custom output panel, and this output is not recorded by the API (apart from a generic 'Test run complete' message).

Update to print test run output using the correct API, as described here: https://code.visualstudio.com/api/extension-guides/testing#test-output