Tests
Tests view displays all JUnit and TestNG tests in a build along with their status, duration and start time. By expanding a test node in the tree table, you can see the build activity, that caused it.
By default, tests tree table sorts tests from the longest to the shortest and shows tests with all statuses. Tests can be filtered by their status to show only those that interest you.

Tests tree table has the following columns:
-
Start - test start time, relative to the build start time.
-
Duration - test duration.
-
Status - test status. You can find an icon with the test status next to the test name:
-
- Passed.
-
- Failed.
-
- Skipped or ignored.
-
-
Name - test description. To view full event detail, such as failed test error, click the
button in the upper-right corner.