JakubMisek
I do see the group now. I have this group defined that is very slow to run, so I excluded it in my phpunit.xml file
<groups>
<exclude>
<group>getstream</group>
</exclude>
</groups>
I do see the tests being filtered BUT if I try to run them from the "testing" tab, they just don't run.

If I remove the <exclude> block, the tests do run