Check results

If you have checks running, you can select them on the main Checkly dashboard and get an overview of the results they have produced so far.

Check results overview

Select a check and you will see a breakdown of its recent runs, together with key availability and performance metrics.

check results overview

Summary section

The summary at the top of the page allows for filtering based all of the page’s data points based on the selected timeframe and locations.

check results overview summary

Based on the user’s selection, the metrics in the summary will also be updated to show the most important numbers at a glance. Single tabs in the summary can be clicked to skip to the related section of the page showing a more detailed breakdown of the relevant information.

Time ribbon

Single check runs can be accessed by selecting them on the time ribbon or by hovering dots and clicking View Details. View Details will open the selected check run in a new browser tab; a simple click on a time ribbon dot will show a preview of the selected check run below it.

check results overview time ribbon

Selecting a check execution will take you to the dedicated check result page for it, which will look different based on whether you had been running a Browser or an API check.

For self-service plans check results will only be available in aggregate format after 30 days.

Performance

Depending on the type of check, different performance metrics will be shown in the Performance section.

For Browser checks, several performance metrics are shown in separate charts:

  1. The total duration of the browser session check overview browser session duration graph

  2. Load timings for the first page navigation check overview load timings graph

  3. A breakdown of different error types check overview errors graph

  4. An interactivity summary check overview interactivity graph

  5. A visual stability breakdown check overview visual stability graph

For API checks, a detailed response time breakdown is shown: check overview api performance graph

A performance comparison by location will also be included for both types of check: check overview location performance graph

Browser check results

Individual browser check results contain:

  1. A short check summary, including errors broken down by category. check results browser summary
  2. When using Playwright Test Runner you will have an additional section displaying the test steps, error message, and assets (traces, videos, screenshots). Read more about the additonal functionalities of Playwright Test. check results browser playwright test report
  3. A waterfall timeline showing how much time was spent on each page. check results browser timeline
  4. An error log, only if your script failed. check results browser error log
  5. Expandable tabs on page your script navigated to. check results browser page navigation When expanded, each tab shows its own navigation/loading time ribbon and web vitals… check results browser navigation top …together with browser console logs, network logs and any screenshots that had been taken (including one screenshot taken automatically on failure). check results browser navigation bottom
  6. A job log for the check. check results browser job log

API check results

API check results will expose key performance and correctness data about the HTTP response received from the target endpoint.

api check results detail page

These include:

  1. The request performed

  2. Any assertions that were included in the check

  3. All data related to the request and its response, such as

    a. Response body

    b. Request & response headers

    c. Query params

    d. Check job log

  4. Timings, such as

    a. Wait

    b. DNS

    c. TCP

    d. First Byte

    e. Download


You can contribute to this documentation by editing this page on Github