Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

LabVIEW addon which contains utilities to make running unit tests and builds easy with Jenkins or other CI/CD system

License

Notifications You must be signed in to change notification settings

chinghwayu/Command-Line-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Tools for LabVIEW

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:

  1. Execute LabVIEW build spec
  2. Build VIPM package
  3. Execute NI Unit Test Framework tests and generate JUnit XML results
  4. Execute JKI VI Tester tests and generate JUnit XML results

There are several dependencies:

  1. 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.
  2. LabIVEW-CLI
  3. JKI VI Tester
  4. JKI VI Testser JUnit XML Test Results
  5. NI Unit Test Framework
  6. UTF Junit Report
  7. Junit Results API
  8. Jenkins JUnit Plugin - if using Jenkins