In Python and nosetests testing framework there is this idea of tagging your tests:
nosetests
from nose.plugins.attrib import attr @attr(speed=\'slow\')
Grep is the closest you can get to this because there are no annotations in js.