If you have many test suites and/or tests, it can take some time for TcUnit to print all those results. Since version 1.1 of TcUnit, much more data is printed to the ADS-logger as this data is used for the communication with TcUnit-Runner. If you know that you will only run your tests locally and without integration to a CI/CD tool using TcUnit-Runner, you can set the parameter LogExtendedResults
to FALSE
(it is default TRUE
). To change this parameter, go to the library references and select TcUnit, then go to GVLs
→ GVL_Param_TcUnit
→ LogExtendedResults
.
Required TcUnit version: 1.1 or later
Category:
TcUnit