You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
This project is archived.
To receive the latest version and support please contact us.
TcUnit-Runner - Build & test pipeline integration
Welcome to the documentation of TcUnit-Runner - the program that makes it possible to automate runs of TcUnit unit
tests.
TcUnit-Runner is a piece of software that makes it possible to integrate TcUnit
(TwinCAT unit tests) in a CI/CD software such as Jenkins.
With Jenkins and a version control system (such as Git), it's possible to automatically run all unit tests in a TwinCAT
project automatically if a TwinCAT project is changed in the version control system. All test results are automatically
generated and reported in standard xUnit/JUnit XML format which Jenkins natively
supports.
Install log4net. Open the project with VS2013. Go to TOOLS->NuGet Package Manager->Package Manager Console. In the console enter Install-Package log4net -Version 2.0.14.
Install Beckhoff.TwinCAT.Ads. Open the project with VS2013. Go to TOOLS->NuGet Package Manager->Package Manager Console. In the console enter Install-Package Beckhoff.TwinCAT.Ads -Version 4.4.19.
About
Program that makes it possible to automate runs of TcUnit unit tests