This LabVIEW addon contains utilties to make running unit tests and builds easy with Jenkins or other CI/CD system.
There are 4 primary functions:
- Execute LabVIEW build spec
- Build VIPM package
- Execute NI Unit Test Framework tests and generate JUnit XML results
- Execute JKI VI Tester tests and generate JUnit XML results
There are several dependencies:
- LabVIEW 2014 or greater - This is due to the build API to Get/Set build spec version. The build number from the build system will be injected as the last number in the build version.
- LabIVEW-CLI
- JKI VI Tester
- JKI VI Testser JUnit XML Test Results
- NI Unit Test Framework
- UTF Junit Report
- Junit Results API
- Jenkins JUnit Plugin - if using Jenkins