Jump to content

RunUnitTests

From LabVIEW Wiki
Revision as of 06:05, 4 January 2025 by Logmanoriginal (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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