Test states - Manual - AxUnit - AxUnit - AxUnit,

AxUnit (legacy) CLI Tool (test)

Portfolio
SIMATIC AX
Product
AxUnit
Software version
3.0.4
Edition
08/2025
Language
English (original)
Package Name
@ax/axunit-docs

A test can be in different states after testing.

  1. Succeeded: the test execution was successful without a failed assert.
  2. Failed: one or more assert of the test didn't meet the assert condition.
  3. Skip: the test was not executed because the system detected an internal error or there was an input error (e.g. unsupported data types in the pragmas).
  4. Ignored: the test was not part of your provided playlist and was therefore not executed.