TeamCity Plugin for IntelliJ Platform 2019.1 Help

Navigating to Source Code from Failed Test Report

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.

To navigate to source code from the failed test report

  1. Open the build results for the desired build in the dedicated tab of the TeamCity tool window.

  2. In the Failed tests tab, select the test in question.
    img
  3. On the toolbar, click img to navigate to the test source.

To navigate from the TeamCity web interface to the source code

  1. In the TeamCity web interface, locate the build with failed tests, and then click the Tests failed link.

    img

  2. 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.

    img

Last modified: 27 August 2019

See Also