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
Open a test file in the editor.
From the editor context menu, choose
or press Ctrl+Shift+T.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
Open file in the editor. If you want to navigate from a method to its test, place the caret at this method.
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.
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.