Running a specific set of tests - 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

The pragma Category allows you to group TestFixtures and execute all tests in the group:

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