TeamCity 4.0 Help

Tests tab

This tab is included on the Build Results page, if tests were run.

Tests tab

Item

Description

Download all tests in CSV

Click the link to download a file containing all the build tests results

Find

Type a particular test name and click Filter to view only a limited number of tests.

Tests to show

Use the drop-down list to select the number of tests to be displayed on each page. Click OK to save the selection.

Displayed layout of the list depends on the type of viewed items.

Viewing Tests

Tests tab tests view

Item

Description

Status

Shows the status (OK, Ignored, and Failure) of the test. Failed tests are shown in a red Failure link, which you can click to view and analyze the test failure details. Click the header above this column to sort the table by status.

Test

  • Click Open in ide next to the test name and test package to open the test in your IDE (an IDE should be running at the moment).

  • Click Test details icon to open details page for the test.

  • Click the column header to sort by test name.

Duration

Shows the time it took to complete the test. Click the Stats icon button to show the Test Duration Graph popup (Test-Duration-Graph). Click the header above this column to sort by duration.

Order#

Shows the sequence in which the tests were run. Click the header above this column to sort by test order number.

Viewing suits, packages/namespaces, and classes

Tests tab suites view

Item

Description

Name

Name of the item (test suit, package/namespace, or class)

Duration

Shows the time it took to complete all the tests in the item. Click the header above this column to sort by duration.

Tests

Shows the number of tests contained in this item. If the item contains failed or ignored tests, quantity of these tests is shown in parentheses (failed tests - red, ignored tests - grey)

Viewing Complete Test Details

To view complete history and details of a test, click the Test details icon next to the test's name.

Test Duration Graph

The test duration graph is useful for comparing the amount of time it takes individual tests to run on the builds of this build configuration.

Test duration graph

Test duration results are only available for the builds which are currently in the build history. Once a build has been Clean-Up this data is no longer available.

You can perform the following actions on the Test Duration Graph:

  • Filter out the builds that failed the test by clearing the Show failed option.

  • Calculate the daily average values by selecting the Average option.

  • Click a build's test duration dot plotted on the graph to jump to the corresponding build results Build Results page.

  • View a build summary in the tooltip of a build's test duration dot, and navigate to the corresponding Build Results page.

  • Filter information by agents by selecting or clearing a particular agent or by clicking All or None links to select or clear all agents.

Last modified: 20 April 2023