IntelliJ IDEA 2017.2 Help

Viewing Recent Tests

On this page:

Viewing the list of recently performed tests

If some tests were already performed, one can view them in a popup list.

To view the list of recent tests, do one of the following:

IntelliJ IDEA displays the list of recently performed tests, which includes successful test run configurations, and individual failed test.

ij recent tests

Rerunning the selected test

To rerun a test

  1. Select the desired test from the suggestion list.
  2. Press Enter to rerun the selected test.

Performing failed test

To perform a failed test

  1. Select the desired failed test.
  2. Click rightArrowInMenu
  3. On the submenu, click the desired test run configuration, or press Enter.
    ij recent tests1

Jumping to the test declaration

To navigate to the declaration of the selected test

  1. Select the desired test from the suggestion list.
  2. Press F4 to navigate to its declaration.
Last modified: 29 November 2017