WebStorm 2024.1 Help

Navigate between test and test subject

In WebStorm, you can quickly navigate between a test and the test subject.

For more information about common testing procedures, refer to Run tests.

For language- and framework-specific guidelines, see Testing JavaScript, Testing Node.js, and Languages and frameworks.

Jump from a test to its test subject

  1. Open a test file in the editor.

  2. From the editor context menu, choose Go To | Test Subject or press Ctrl+Shift+T.

    Navigate from a test to its subject

    The test subject for the current test file opens in the dedicated tab of the editor and gets the focus.

Jump from a file to its test

  1. Open file in the editor. If you want to navigate from a method to its test, place the caret at this method.

  2. If more than one test is associated with the test subject, select the desired one from the list. The test for the current file opens in the dedicated tab of the editor and gets the focus.

    Select the test to jump to

Jump to test declaration

  • In the Test Runner tab, select the necessary test from the list and press F4. Alternatively, right-click the test and select Jump to Source.

    Jump to test declaration
Last modified: 19 April 2024