playwright/tests
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
..
android test: update to android-35 SDK (Android 15) (#32430) 2024-09-06 14:27:56 +02:00
assets feat(ui-mode): display list of query params in request tab (#32443) 2024-09-04 07:54:44 -07:00
bidi chore: split firefox and chromium bidi implementations (#32478) 2024-09-05 18:31:56 -07:00
components chore(ui): enable react/recommended lint rules (#32214) 2024-08-20 14:16:28 +02:00
config feat(trace viewer): show Screenshot instead of Snapshot (#32248) 2024-09-06 16:24:33 +02:00
electron chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation fix(electron): tracing with @playwright/test (#31437) 2024-07-01 19:19:38 +02:00
library feat(trace viewer): show Screenshot instead of Snapshot (#32248) 2024-09-06 16:24:33 +02:00
page test: update to android-35 SDK (Android 15) (#32430) 2024-09-06 14:27:56 +02:00
playwright-test fix(test runner): always show all projects in selection (#32450) 2024-09-06 11:35:20 +02:00
stress chore: drop firefox-asan (#30626) 2024-05-01 22:13:00 +00:00
third_party/proxy chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
webview2 chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
tsconfig.json chore: use own socks5 server for tests (#31639) 2024-07-11 14:12:48 +02:00