Hi, Thank you for the suggestion and also for providing the extension plugin.
The logic that you explained for tagging is good. Can we invoke the groovy script that you suggested to execute as part of ProjectRunListener.beforeTestSuite event. In which case for each project I can hook up this event, instead of invoking this script as part of SetUp Script for each test suite?
But the power of tagging is best achieved when we can execute test cases from multiple projects that match the tag criteria. So I would still like to have this feature.