Jump to content

RunUnitTests: Difference between revisions

From LabVIEW Wiki
Created page with "'''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 Wikipedia: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 Fr..."
 
(No difference)

Latest revision as of 06:05, 4 January 2025

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