|
{% if config.branding.logo_image_uri %}
{{ config.branding.logo_text }}
{% endif %}
|
Lex test report
{{ config.branding.name }}
|
{{ delivery.subject_context }}
{% if delivery.report.subtitle %}{{ delivery.report.subtitle }}
{% endif %}Generated {{ config.generated_at|format_timestamp }}
| Groups {{ summary.group_count }} | Tests {{ summary.counts.tests }} | Passed {{ summary.counts.passed }} | Failed {{ summary.counts.failed }} | Errors {{ summary.counts.errors }} | Coverage {{ coverage.display if coverage else "n/a" }} |
| Group | Status | Tests | Passed | Failed | Skipped | Errors | {% if has_group_coverage %}Coverage | {% endif %}
|---|---|---|---|---|---|---|---|
|
{{ group.name }}
{% if group.description %}
{{ group.description }}
{% endif %}
|
{{ group.status|status_badge }} | {{ group.counts.tests }} | {{ group.counts.passed }} | {{ group.counts.failed }} | {{ group.counts.skipped }} | {{ group.counts.errors }} | {% if has_group_coverage %}{{ group.coverage.display if group.coverage else "n/a" }} | {% endif %}
| Status | Test | Duration |
|---|---|---|
| {{ test.status|status_badge }} |
{{ test.name }}
{% if test.location %}
{% endif %}
{% if test.details %}
{% endif %}
|
{{ test.duration or "-" }} |
| Total run time: {{ config.traceability.duration or "n/a" }} | Build identifier: {{ config.traceability.build_id or "n/a" }} |
| Branch: {{ config.traceability.branch or "n/a" }} | Run log: {{ config.traceability.run_url or "n/a" }} |