thabo-moyo97 / 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
0 stars 0 forks source link

feat: Implement continuous test execution on file changes in Visual Studio Code #2

Closed thabo-moyo97 closed 2 days ago

thabo-moyo97 commented 2 days ago

Implement a feature in Visual Studio Code that allows continuous test execution for specific test classes when their corresponding application files are modified. When this feature is enabled, any changes to the specified application files will automatically trigger the execution of the associated test classes.

Example

thabo-moyo97 commented 2 days ago

completed and merged through main. Will need code improvement, not familiar with vscode extension development yet so code is just gibberish atm, but it works