/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
build-system/tasks/visual-diff/snippets/snapshot-error.html
26 строк
521 B
Raghu Simha
🏗♻️ Make visual diff code CI service agnostic (#31518)
09 дек 2020, 22:24
Не верифицирован
09 дек 2020, 22:24
7288b3d
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Snapshot Error</title> <style> div { font-family: monospace; background-color: lemonchiffon; padding: 10px; } div.snapshot { font-size: 8px; } </style> </head> <body> <h1>Snapshot error in test <code>__TEST_NAME__</code></h1> <p>Inspect the CI logs for the full error message</p> <div>__TEST_ERROR__</div> <h2>HTML Snapshot</h2> <div class="snapshot">__HTML_SNAPSHOT__</div> </body> </html>