Customizing Test Reports
- Updated2025-11-07
- 2 minute(s) read
You can customize test reports by specifying the contents of the reports. You can also format HTML reports by using a Cascading Style Sheet (CSS) file.
Customizing Report Contents
Complete the following steps to specify the types of results to include in test reports:
- Open the LabVIEW project that contains the files on which you want to perform unit testing.
- Click the Project Properties button
on the
Project toolbar to display the Project
Properties dialog box. - Select Unit Test Framework from the Category list to display the Unit Test Framework page.
- Place a checkmark in the checkbox of each type of results you want to include in test reports.
- Click the OK button to close the dialog box and return to the Project Explorer window.
Formatting HTML Reports
Complete the following steps to format HTML reports by using a CSS file:
- Open the LabVIEW project that contains the files on which you want to perform unit testing.
- Click the Project Properties button
on the
Project toolbar to display the Project
Properties dialog box. - Select Unit Test Framework from the Category list to display the Unit Test Framework page.
- Make sure the Generate HTML report checkbox contains a checkmark.
- In the Report Details section, place a checkmark in the Use user-defined CSS file checkbox.
- Click the Browse button next to the CSS file path text box. A file dialog box appears.
- Navigate to and select the CSS file you want to use to customize HTML reports. Click the OK button.
- Click the OK button to close the dialog box and return to the Project Explorer window.