playwright/packages/web/src
Simon Knott 3fe1263643
feat(trace viewer): show Screenshot instead of Snapshot (#32248)
Closes https://github.com/microsoft/playwright/issues/23964.

Trace snapshots are a best-effort snapshots of the browser DOM, but we
can't guarantee them to be exactly what the browser showed. One example
of this is `canvas` elements, where you just can't see their contents.
That makes snapshots useful, but not perfect.

For those cases where the snapshot doesn't show everything, this PR
introduces a new setting to show a screenshot instead. You won't be able
to scroll or inspect the DOM or select a locator anymore. But if the
snapshot was missing something, or displaying something wrong, you can
now check the screenshot instead.
2024-09-06 16:24:33 +02:00
..
assets feat(html-reporter): add Playwright logo as Favicon (#31908) 2024-07-30 12:02:06 +02:00
components chore(ui): enable react/recommended lint rules (#32214) 2024-08-20 14:16:28 +02:00
shared chore(ui): enable react/recommended lint rules (#32214) 2024-08-20 14:16:28 +02:00
third_party/vscode chore: roll codicon (#32234) 2024-08-20 10:56:46 -07:00
ansi2html.ts chore: implement faster ansi2html format for console (#26826) 2023-09-01 09:09:47 -07:00
common.css chore: polish ui mode for better mac appearance (#27008) 2023-09-11 19:01:00 -07:00
DEPS.list chore: run check-deps for all packages (#21395) 2023-03-03 14:50:43 -08:00
renderUtils.tsx feat(ui mode): linkify attachment names and content (#31960) 2024-08-01 09:27:45 -07:00
theme.ts chore: simplify settings management in UI mode (#32440) 2024-09-04 01:05:07 -07:00
uiUtils.ts feat(trace viewer): show Screenshot instead of Snapshot (#32248) 2024-09-06 16:24:33 +02:00