TeamCity Add-in 2016.2 Help

Failed Tests window

This window allows analyzing unit tests that failed on your TeamCity server. You can view failed tests for a specific build by clicking the Open Failed Tests ThemedIcon.UnitSession.Screen.[Gray] button in the My Changes Window or by using the Open in IDE context command on a failed test in your TeamCity server web UI.

TeamCity Add-in: 'Failed Tests' window

Toolbar controls

ControlNameDescription
toolbar__refresh Refresh Updates the window content to reflect the test status on your TeamCity server. This button is only relevant when the build is running.
toolbar__expand_all toolbar__collapse_all Expand All/ Collapse All Expands/collapses all nodes in the current tab.
toolbar_show_preview Show Output Ctrl+P

This selector allows you to open the Output and the Coverage panes and place them to the bottom or to the right of the window.

The Output pane lets you analyze test results and navigate from a failed test's output to the code lines that originated the assertion or exception, all with a single click.

ThemedIcon.NavigateToSource.Screen.[Gray] Navigate to Source Code Allows you to jump to the source code of the selected test. You can also do so by double-clicking a test in the window.
toolbar__run_selected_tests Run Selected Tests Runs selected tests with ReSharper unit test runner. To select multiple texts, use the Ctrl key.
toolbar__new_session_with_selected_tests Create New Session with Selected Tests Creates a new unit test session for the selected tests.
ThemedIcon.StackTraceExplorerToolWindow.Screen.[Gray] Show stack trace in a new window Opens stack trace of the selected test in the ReSharper's stack trace explorer.

Window tabs

When you open new failed unit tests in the window, they are displayed in new tabs, which show up on the left. The previously open tabs move to the right if the with of the window allows, otherwise they unload themselves saving memory - but you can always restore them by clicking the arrow that appears to the right of the tabs and choosing the desired tab:

Tool window tabs

To prevent a tab from unloading, click the pin icon ThemedIcon.Pin.Screen.[Gray] next to the tab title.

Last modified: 15 December 2016