To filter your tests, you have to call apax test from a terminal inside your workspace.
apax test -f="Category=MyTestCategory"
Or execute all TestFixtures that are **not** part of your category:
```sh
apax test -f="Category!=MyTestCategory"
Click here to find out more.