I would like to be able to declare tags of tests I [don't] want to run.
Semantically the same ability as:
select * from table(ut.run(a_tags => 'api,fast,-complex'));
Probably like:
<configuration><tests><test><tags>api,fast,-complex</tags></test></tests></configuration>