Similar to how heavy test annotation shows its own tag.
Something as simple as TestTags("JS", "HMPP") should do the trick.
The current "tags based on test class name" mechanism can co-exist with this, but migration might be a good idea regardless (so that test class renames don't cause issues)
Similar to how heavy test annotation shows its own tag.
Something as simple as
TestTags("JS", "HMPP")should do the trick.The current "tags based on test class name" mechanism can co-exist with this, but migration might be a good idea regardless (so that test class renames don't cause issues)