Skip to content

Commit

Permalink
Updated status description
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Nov 8, 2024
1 parent 93eaf75 commit 0bf786a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/src/docs/reports/dashboard.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
= Dashboard View

== Overview

The dashboard view gives an overview of the last test execution. It shows the total number of executed tests and of passed, skipped or failed tests.

image::report-ng-05.png[align="center", alt="Dashboard"]

On the Breakdown panel is a pie chart that shows the proportions, displayed with different colors according to the test status.

Right beside the Breakdown pie chart you find another panel with the Top 3 failure types (aspects).
There are two more panels below, one displaying detailed information about test execution duration, start and end times and another panel with a list of test classes that reports how many tests did pass, fail or were skipped in the individual test classes.

== Status definitions

Testerra defines the following *final 4 statuses* which describe the final test result:

[cols="1a,4",options="header"]
Expand Down Expand Up @@ -33,10 +40,10 @@ Additional to the statuses above Testerra defines some more _sub statuses_:
| Test Status | Description

| image::status_retried.png[]
| The test failed at it's first try. Testerra executed that test again if the <<#_retry_analyzer, RetryAnalyzer>> is active.
| The test failed at it's first try. Testerra executed that test again if the <<#_retry_analyzer, RetryAnalyzer>> was active.

| image::status_recovered.png[]
| The test was passed at it's second (third...) execution.
| The test was passed at it's second (third...) execution if the <<#_retry_analyzer, RetryAnalyzer>> was active.

| image::status_repaired.png[]
| The test was passed but it is still annotated with `@Fails`. The annotation can be removed now.
Expand All @@ -51,5 +58,3 @@ Additional to the statuses above Testerra defines some more _sub statuses_:
====


Right beside the Breakdown pie chart you find another panel with the Top 3 failure types (aspects).
There are two more panels below, one displaying detailed information about test execution duration, start and end times and another panel with a list of test classes that reports how many tests did pass, fail or were skipped in the individual test classes.

0 comments on commit 0bf786a

Please sign in to comment.