visualcheck report

{% if dashboard_rel %} Back to Dashboard {% endif %}
Project: {{ project }}
Suite: {{ suite }}
Env: {{ env }}
Status: {{ status }}
Run: {{ run_id }}
Generated: {{ generated_at }}
{% if browser_channels %}
Browser channels: {{ browser_channels|join(", ") }}
{% endif %} {% if review_gate and review_gate.enabled %}
Review gate: {{ review_gate.status }}
{% endif %}
{% if review_gate and review_gate.enabled %}
UI Approval Mode: set reviewer and approve/reject rows below. Baseline promotion is blocked until gate is PASS.
{% endif %}
{% for r in results %} {% set row_idx = loop.index0 %}
{% if r.baseline_rel %} baseline
current
{% else %} current {% endif %}
Compare slider
Baseline
{% if r.baseline_rel %} baseline {% else %}
(missing)
{% endif %}
Current
current
Diff
{% if r.diff_rel %} diff {% else %}
(n/a)
{% endif %}
{% endfor %}
{% if ignore_suggestions %}
{% for s in ignore_suggestions %} {% endfor %}
Suggested ignore regionsViewRectArea
{{ s.snapshot_id }} {{ s.view_id }} x={{ s.x }}, y={{ s.y }}, w={{ s.width }}, h={{ s.height }} {{ s.area }}
{% endif %}