There is a Run button and a build history interface in the top right corner of the page. Click the Run button to re-run the current build configuration. Click the ellipsis on the Run button to customize a build to run.
Use Build Actions drop-down menu to add commentary and tags to the build, and to pin or unpin the build.
Use Edit Configuration Settings drop-down to navigate to particular stage of editing current build configuration parameters. Click the guillemets (angle brackets) on the build history interface to navigate to Build Results pages of the previous and next builds (identified with their build state and number), or click the All history link to view the build history tab of the build configuration home page.
 | In TeamCity, the list of available UI elements depends on user's permissions. |
|
|
This tab shows a list of all build configuration tests which have failed at least once within the last 120 hours and provides the information on:
- Test name
- Total runs of the test
- Failure rate in percent
- Last failure time
Clicking any test name you navigate to the page containing a particular test history:

If the test has failed, you can access its stacktrace clicking the red Failure link to investigate the issue of the test failure deeper:

Project-level Problematic Tests
TeamCity allows viewing all tests that failed during last 120 hours for the whole project. To view such tests at project-level, navigate to Problematic Tests tab on the Project Home Page.
To view test details, click the
icon.
See Also: