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.

../../Shared/ij_recent_tests.png

Rerunning the selected test

To rerun a test
  1. Select the desired test from the suggestion list.
  2. Press EnterEnter to rerun the selected test.

Performing failed test

To perform a failed test
  1. Select the desired failed test.
  2. Click ../../Shared/rightArrowInMenu.png
  3. On the submenu, click the desired test run configuration, or press EnterEnter.

    ../../Shared/ij_recent_tests1.png

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 ⌘↓F4F3F4F4 to navigate to its declaration.