tcunit / TcUnit

An unit testing framework for Beckhoff's TwinCAT 3
Other
273 stars 75 forks source link

Printing of results takes much longer compared to version 1.0 #103

Closed sagatowski closed 4 years ago

sagatowski commented 4 years ago

The addition of all the detailed test results takes much longer time in TcUnit 1.1 compared to TcUnit 1.0. For those that don't want to have this extended information (for instance, developers only running in local mode and not using the xUnit/JUnit/Jenkins integration) a parameter should be provided to disable this extended logging (enabled by default).

sagatowski commented 4 years ago

Solved in commit 5062835.