mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
67 lines
2.4 KiB
HTML
67 lines
2.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Textual Snapshot Test Report</title>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
|
|
</head>
|
|
<body>
|
|
<div class="container-fluid">
|
|
<div class="row mb-4" style="background-color:#F4F8F7;">
|
|
<div class="col-8 p-4">
|
|
<h4>
|
|
<strong>Textual</strong> Snapshot Tests
|
|
</h4>
|
|
<span class="text-muted">Showing diffs for 0 mismatched snapshot(s)</span>
|
|
</div>
|
|
<div class="col p-4">
|
|
<div class="w-100 d-flex justify-content-end mb-1 mt-2">
|
|
<span class="text-danger">
|
|
<strong>0</strong> snapshots changed
|
|
</span>
|
|
<span class="text-muted mx-2">
|
|
·
|
|
</span>
|
|
<span class="text-success">
|
|
<strong>7</strong> snapshots matched
|
|
</span>
|
|
</div>
|
|
<div class="progress">
|
|
<div class="progress-bar bg-danger" role="progressbar" aria-label="Segment one"
|
|
style="width: 0.0%"
|
|
aria-valuenow="0" aria-valuemin="0" aria-valuemax="7"></div>
|
|
<div class="progress-bar bg-success" role="progressbar" aria-label="Segment two"
|
|
style="width: 87.5%"
|
|
aria-valuenow="7" aria-valuemin="0"
|
|
aria-valuemax="7"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row" style="background-color:#F4F8F7;">
|
|
<div class="col">
|
|
<div class="card bg-light">
|
|
<div class="card-body">
|
|
<p class="card-text">If you're happy with the change, run pytest with the <span class="font-monospace text-primary">--snapshot-update</span> flag to update the snapshot.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col">
|
|
<div class="w-100 d-flex p-4 justify-content-center">
|
|
<p class="text-muted">Report generated at UTC 2022-09-20 12:27:59.430929.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|