The Dashboard provides a comprehensive overview of your test suite’s performance and health. It displays key metrics, trends, and recent test failures to help you monitor and maintain your test suite effectively.

Key Metrics

At the top of the dashboard, you’ll find three primary metrics:

  1. Total Tests

    • Shows the total number of tests in your suite
    • Helps track your test coverage
  2. Pass Rate

    • Displays the percentage of successful tests
    • Indicates the overall health of your test suite
    • Visual progress bar for quick assessment
  3. Average Duration

    • Shows the mean execution time for your tests
    • Helps identify performance trends

Test Status Graph

The central graph visualizes your test execution results over time:

  • Green line: Represents passed tests
  • Red line: Represents failed tests
  • X-axis: Timeline (dates)
  • Y-axis: Number of tests

This visualization helps you:

  • Identify patterns in test failures
  • Track the stability of your test suite
  • Spot potential regressions

Recent Failures

The Recent Failures section lists the most recent test failures, providing:

  • Test case name
  • Timestamp of failure
  • Failed steps with detailed logs
  • Quick access to failure details

This section helps you:

  • Quickly identify problematic tests
  • Debug issues efficiently
  • Maintain test suite reliability

[Screenshot: Recent Failures section showing failed tests with details]

Video Tutorial

Learn how to effectively use the Dashboard to monitor your test suite:

[Video: Guide to understanding and using the Dashboard]

Key timestamps:

  • 0:00 - Dashboard overview
  • 0:30 - Understanding key metrics
  • 1:00 - Interpreting the status graph
  • 1:30 - Managing recent failures
  • 2:00 - Best practices for monitoring