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

Add support for the @group annotation and attribute (and aliases) #61

Closed chiefmyron closed 1 year ago

chiefmyron commented 1 year ago

Add new option to allow organisation of tests via the @group annotation. The @group annotation can be applied to an individual test method, or to an entire test class. If applied to the test class, the group also applies to test methods within that class.

There are additional annotations that are aliases for @group:

chiefmyron commented 1 year ago

Reopening, as an issue was discovered where run profiles are not cleared properly when the last method with a specific tag has that tag removed or renamed.