Usage - Manual - AxUnit-ST - AxUnit ST documentation package - AxUnit-ST,

AxUnit-ST CLI Tool (test)

Portfolio
SIMATIC AX
Product
AxUnit-ST
Software version
8.0.33
Edition
04/2025
Language
English (original)
Package Name
@ax/axunitst-docs

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.