playwright/packages/trace-viewer
Dmitry Gozman aeba083da0
fix(snapshots): match resources by method (#24145)
Fixes #24144.

Previously, we only matched by url, which confuses GET and HEAD requests
where the latter is usually zero-sized.

Also make sure that resources are sorted by their monotonicTime, since
that's not always the case in the trace file, where they are sorted by
the "response body retrieved" time.
2023-07-10 20:04:48 -07:00
..
public chore: rename watchmode to uimode tsx (#22511) 2023-04-19 16:51:42 -07:00
src fix(snapshots): match resources by method (#24145) 2023-07-10 20:04:48 -07:00
.gitignore fix(debug): do not pause on internal calls, update ct docs (#14018) 2022-05-07 19:56:25 -07:00
bundle.js chore: implement pick locator in trace viewer (#20965) 2023-02-17 11:19:53 -08:00
index.html chore: trace viewer fallback error (#16365) 2022-08-09 15:53:11 -07:00
package.json chore(tv): render error in-line (#21586) 2023-03-10 16:22:19 -08:00
snapshot.html chore: rename popout.html to snapshot.html in trace viewer (#23842) 2023-06-21 21:10:50 +02:00
tsconfig.json chore: introduce testInfo.testId (#21670) 2023-03-14 15:58:55 -07:00
tsconfig.node.json chore: migrate trace-viewer and recorder to vite (#13076) 2022-03-25 14:12:00 -07:00
uiMode.html chore: rename watchmode to uimode tsx (#22511) 2023-04-19 16:51:42 -07:00
vite.config.ts chore: rename popout.html to snapshot.html in trace viewer (#23842) 2023-06-21 21:10:50 +02:00
vite.sw.config.ts chore: introduce testInfo.testId (#21670) 2023-03-14 15:58:55 -07:00