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.
Open a test file in the editor.
From the editor context menu, choose Go To | Test Subject or press CtrlShift0T.
The test subject for the current test file opens in the dedicated tab of the editor and gets the focus.
Open file in the editor. If you want to navigate from a method to its test, place the caret at this method.
From the editor context menu, choose Go To | Test or press CtrlShift0T.
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.
warning
You cannot navigate between a test and its subject if you rename the test method.
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.
tip
To make navigation even faster, use the Navigate with Single Click option.
Thanks for your feedback!