Filter - Manual - AxUnit-ST - AxUnit ST documentation package - AxUnit-ST,

AxUnit-ST CLI Tool (test)

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

Similar to a playlist, a filter allows you to run a specific set of tests. This works by providing a Category at a TestFixture. This allows you to execute only the tests inside a TestFixture with your chosen category.

{TestFixture}
{Category(MyTestCategory)}
CLASS MyTestFixture
    VAR
        _myVariable : INT;
    END_VAR
    ....