Skip to content

Graphs & Tables ​

Discover the graphs and tables included in the Dashboard. This page explains how each visualization works, the data it represents, and the filtering or interaction options available.

Overview Tab ​

The Overview tab provides a high-level summary of all test runs across projects. It consists of special sections and a statistics graph. The visibility of each element can be controlled via Settings - Overview Tab.

Sections ​

SectionDescription
Latest RunsDisplays the most recent run for each project as a card. Each card shows pass/fail/skip counts and duration, color-coded to indicate performance relative to previous runs. Clicking a project card filters the Overview to that project.
Total StatsShows aggregate statistics across all runs grouped by project: total passed, failed, skipped runs, average duration, and average pass rate.

Graphs ​

Graph NameViewsViews DescriptionNotes
Run DonutPercentagesDisplays the distribution of passed, failed, skipped tests per run.-

Display Toggles ​

The Overview page supports several display toggles (configured in Settings - Overview Tab):

ToggleDescription
Projects by NameGroups runs by their project name.
Projects by TagGroups runs by project_ tags instead of name. See Project Tagging.
PrefixesShows or hides the project_ prefix text on tag-based names.
Percentage FiltersEnables the duration percentage threshold control for color-coding.
Version FiltersEnables per-project version filtering with checkbox selectors.
Sort FiltersEnables sort controls on the Overview page.

Dashboard Tab ​

Run Section ​

Graph NameViewsViews DescriptionNotes
Run StatisticsPercentages
Amount
Line
Percentages: Displays the distribution of passed, failed, skipped tests per run.
Amount: Displays the actual number of passed, failed, skipped tests per run.
Line: Displays the same data over a time axis, useful for spotting failure patterns.
-
Run DonutDonutTwo donut charts: first for the most recent run, second for totals across all runs.-
Run DurationBar
Line
Bar: Displays total run durations represented as vertical bars.
Line: Displays run durations over a time axis for trend analysis.
-
Run HeatmapHeatmap
Status
Hour
Heatmap: Shows how many tests ran during hours/minutes of weekdays.Status: Filters to display only tests with the selected status.
Hour: Zoom in on a specific hour to see activity per minute.
Run StatsStatsHigh-level summary of projects and associated runs, including duration, pass rates, and custom project grouping.-

Suite Section ​

Graph NameViewsViews DescriptionNotes
Suite Folder DonutDonutFirst donut: top-level folders and number of tests.
Second donut: only most recent run, failed tests.
Clicking navigates subfolders.
Go Up, Only Failed Tests
Suite StatisticsPercentages
Amount
Line
Percentages: Displays pass/fail/skip rate of test suites per run.
Amount: Displays actual number of passed, failed, skipped suites per run.
Line: Displays suite statistics over a time axis for trends.
-
Suite DurationBar
Line
Bar: Shows total suite durations represented as vertical bars.
Line: Shows suite durations over a time axis for trend analysis.
-
Suite Most FailedBar
Timeline
Bar: Ranks suites by number of failures.
Timeline: Shows when failures occurred over time.
Top 10 default, Top 50 fullscreen
Suite Most Time-ConsumingBar
Timeline
Bar: Displays suites ranked by how often they were the slowest (most time-consuming) suite in a run.
Timeline: Displays the slowest suite for each run on a timeline.
Top 10 default, Top 50 fullscreen; "Only Last Run" option for showing only latest run data

Test Section ​

Graph NameViewsViews DescriptionNotes
Test StatisticsTimeline
Line
Timeline: Displays statistics of tests in timeline format.
Line: Displays test results as a scatter plot with a timestamp-based x-axis and one row per test, colored by status (pass/fail/skip). Useful for spotting patterns across many runs.
Status: Displays only tests that don't have any status changes and have the selected status.
Only Changes: Displays only tests that changed status at some point.
Tip: Don't use Status and Only Changes at the same time as it will result in an empty graph.
Test DurationBar
Line
Bar: Displays test durations represented as vertical bars.
Line: Displays test durations over a time axis.
-
Test Duration DeviationBoxplotShows deviations of test durations from average, highlighting flaky tests.-
Test MessagesBar
Timeline
Bar: Displays messages ranked by frequency.
Timeline: Displays when messages occurred to reveal spikes.
Top 10 default, Top 50 fullscreen
Test Most FlakyBar
Timeline
Bar: Tests ranked by frequency of status changes.
Timeline: Shows when status changes occurred over runs.
Top 10 default, Top 50 fullscreen, Ignore Skips option
Test Recent Most FlakyBar
Timeline
Bar: Recent tests ranked by frequency of status changes.
Timeline: Shows when recent status changes occurred.
Top 10 default, Top 50 fullscreen, Ignore Skips option
Test Most FailedBar
Timeline
Bar: Tests ranked by total number of failures.
Timeline: Displays when failures occurred across runs.
Top 10 default, Top 50 fullscreen
Test Recent Most FailedBar
Timeline
Bar: Recent tests ranked by total number of failures.
Timeline: Shows when most recent failures occurred.
Top 10 default, Top 50 fullscreen
Test Most Time-ConsumingBar
Timeline
Bar: Ranked by how often a test was the slowest in a run.
Timeline: Slowest test per run shown on timeline.
Top 10 default, Top 50 fullscreen; "Only Last Run" option for latest run only

Keyword Section ​

Graph NameViewsViews DescriptionNotes
Keyword StatisticsPercentages
Amount
Line
Percentages: Displays pass/fail/skip rate per run.
Amount: Shows raw counts.
Line: Displays keyword stats over time.
-
Keyword Times RunBar
Line
Bar: Number of times each keyword ran per run.
Line: Keyword execution counts over a time axis.
-
Keyword Total DurationBar
Line
Bar: Cumulative time each keyword ran per run.
Line: Displays cumulative keyword durations over time.
-
Keyword Average DurationBar
Line
Bar: Shows average duration per keyword.
Line: Displays average duration over a time axis.
-
Keyword Min DurationBar
Line
Bar: Displays minimum durations per keyword.
Line: Minimum durations over a time axis.
-
Keyword Max DurationBar
Line
Bar: Displays maximum durations per keyword.
Line: Maximum durations over a time axis.
-
Keyword Most FailedBar
Timeline
Bar: Keywords ranked by total failures.
Timeline: Shows when failures occurred across runs.
Top 10 default, Top 50 fullscreen
Keyword Most Time-ConsumingBar
Timeline
Bar: Ranked by how often a keyword was the slowest in a run.
Timeline: Slowest keyword per run on timeline.
Top 10 default, Top 50 fullscreen; "Only Last Run" option for latest run only
Keyword Most UsedBar
Timeline
Bar: Ranked by how frequently keywords were used.
Timeline: Shows keyword usage trends over time.
Top 10 default, Top 50 fullscreen; "Only Last Run" option for latest run only

Compare Tab ​

Graph NameViewsViews DescriptionNotes
Compare StatisticsBarDisplays overall statistics of the selected runs.-
Compare Suite DurationRadarShows suite durations in radar format for multiple runs.-
Compare TestsTimelineTimeline: Displays test statistics over time.Status: Displays only tests that don't have any status changes and have the selected status.
Only Changes: Displays only tests that changed status at some point.
Tip: Don't use Status and Only Changes at the same time as it will result in an empty graph.

Tooltips ​

Many graphs include enhanced tooltips that display additional information when hovering over data points:

  • Run Statistics & Run Duration: Tooltips show total run duration and pass/fail/skip status.
  • Suite Statistics & Suite Duration: Tooltips show suite duration and pass/fail/skip status.
  • Test Statistics (Timeline): Tooltips show the run label, test status, duration, and failure messages (if any).
  • Test Statistics (Line): Tooltips show the test name, status, run start, duration, and failure messages.
  • Test Duration: Tooltips show the test status and failure messages.
  • Compare Tests: Tooltips show the run label, test status, duration, and failure messages.

These enhanced tooltips make it easier to understand test results without needing to navigate to individual log files.

Tables Tab ​

Table NameColumnsDescriptionNotes
Runsrun_start, full_name, name, total, passed, failed, skipped, elapsed_s, start_time, tags, run_alias, path, metadataContains run-level data.-
Suitesrun_start, full_name, name, total, passed, failed, skipped, elapsed_s, start_time, run_alias, idContains suite-level data.-
Testsrun_start, full_name, name, passed, failed, skipped, elapsed_s, start_time, message, tags, run_alias, idContains test-level data.-
Keywordsrun_start, name, passed, failed, skipped, times_run, total_time_s, average_time_s, min_time_s, max_time_s, run_alias, ownerContains keyword-level data.-