IntelliJ IDEA 2018.3 Help

Viewing and Exploring Test Results

After you run a test, the Run tool window will display the test runner tab with the results of your testing session. On this tab, you can view statistics of the tests, navigate to stack trace, show or hide successful tests, and more.

View statistics

  • To view the execution time for tests, click  the Settings button on the toolbar, and click the Show Inline Statistics option.

    Test statistics shown on the Test Runner Tab

View assertEquals difference

If a unit test contains string assertEquals failures, the IDE provides enables you to view differences between the compared strings.

  • Right-click the necessary test and select View assertEquals Difference form the context menu. You will be able to compare strings in the dedicated Differences viewer.

    Viewing assertEquals difference

Jump to test declaration

  • Select the test from the suggestion list and press F4.

View results of previous tests

IntelliJ IDEA automatically saves results of 10 last tests.

  • To view them, click the Import Test Results icon, and select the necessary test from the list. For each test, the list displays the run configuration name and a time stamp.

    Viewing results of previous tests

    You can also export test results to a file if you want to keep them or share with your team.

Export test results to a file

  • Click Export Test Results on the test runner toolbar, select the format in which you want to save the file, and specify its name and location.

If you want to open this file later in IntelliJ IDEA, use the XML format.

To load the previously exported file, click Import from file and then select the required XML file in the dialog box that opens.

Last modified: 1 February 2019

See Also

Reference: