html
-
canary_session_reporter() → CanaryReporter
-
class HTMLReporter
Bases: CanaryReporter
-
type: str = 'html'
-
description: str = 'HTML reporter'
-
multipage: bool = True
-
create(**kwargs: Any) → None
-
property style: str
-
property head: str
-
generate_case_file(case: TestCase, fh: TextIO) → None
-
generate_index(cases: list[TestCase], fh: TextIO) → None
-
generate_group_index(cases, fh: TextIO) → None
-
generate_all_tests_index(totals: dict, fh: TextIO) → None