Jump to content

RunUnitTests

From LabVIEW Wiki

RunUnitTests is a built-in operation installed by the NI LabVIEW Command Line Interface add-on. It runs tests with LabVIEW Unit Test Framework Toolkit and saves the results in a JUnit file on disk.

Synopsis

 LabVIEWCLI -OperationName RunVI
            -ProjectPath <path>
            -JUnitReportPath <path>

Options

-ProjectPath <path>
Absolute path to the LabVIEW Project file that contains unit tests for LabVIEW Unit Test Framework Toolkit.
-JUnitReportPath <path>
Absolute path to a JUnit report file (.xml) to store test results.

See also

External links