The TeamCity tool window allows you to explore the results of failed tests and navigate directly to the source code that had caused the problem. Besides navigating within IDE, there is the possibility of navigating from the TeamCity web interface to the source code. If you encounter a build with failed tests, you can jump from the build results report available in the TeamCity web interface directly to the source code.
- Open the build results for the desired build in the dedicated tab of the TeamCity tool window.
- In the
Failed tests
tab, select the test in question.
- On the toolbar, click
to navigate to the test source.
Alternatively, choose on the context menu.
- In the TeamCity web interface, locate the build with failed tests, and then click the
Tests failed link.
- In the build results page, scroll to the desired test, click the arrow next to the desired test,
and then choose Open in IDE on the shortcut menu.