WebStorm 2019.1 Help

Navigating Between Test and Test Subject

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

For information on common testing procedures, see Performing 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 the desired test class in the editor.

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

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

Jump from a class or file to its test

  1. Open the desired class in the editor. If you want to navigate from the method to its test, position the caret at this method.

Last modified: 16 May 2019