Dashboard Suites Test Metrics Archives Screenshots
Time taken %(execution_time)%
%(title)%%(environment)%
%(date)%
%(total)% TEST CASES
  Trends
Test Suite %(test_suite_length)%
Suite Highlights

%(max_failure_suite_count)% /%(max_failure_total_tests)% Times

MOST FAILED SUITE

Suites
Outcome breakdown for every test suite in this run
%(suite_metrics_row)%
Suite Pass Fail Skip xPass xFail Error Rerun
Test Metrics
Every test case with its status, duration and error
%(test_metrics_row)%
Suite Test Case Status Time (s) Error Message
%(archive_status)%
%(archive_body_content)%
%(attach_screenshot_details)%
No screenshots in this run
Nothing was captured while the tests ran. Attach one from a test and it shows up here, next to the suite and the error it belongs to.
from pytest_html_reporter import attach
attach(data=self.driver.get_screenshot_as_png())