Commit graph

13 commits

Author SHA1 Message Date
alvaromartmart 700d06170d tweak: make whole expansion panel title clickable, move download to icon 2024-06-28 23:29:38 +02:00
alvaromartmart 23335df9a4 test: fix test 2024-06-26 08:12:28 +02:00
alvaromartmart 612cd17365 tweak: properly apply label, fix tests 2024-06-25 23:06:17 +02:00
alvaromartmart e4f773e3ea tweak: use CodeMirrorWrapper to display text attachments 2024-06-24 23:31:04 +02:00
alvaromartmart 3520c7a86b tweak: use div instead of textarea to display text attachments 2024-06-15 23:50:01 +02:00
alvaromartmart c034a4e9de tweak: text attachment styling 2024-06-09 00:45:02 +02:00
alvaromartmart 5604c5d870 feat: add basic functionality 2024-06-09 00:16:33 +02:00
Max Schmitt a6d1fb93de
fix(trace-viewer): encode attachment filenames as UTF-8 (#29993)
Fixes https://github.com/microsoft/playwright/issues/29967

Tested in Firefox, Chromium, and Safari. This now leads to "good
attachment names" in Chromium and Safari, for Firefox, it won't produce
attachments, it will open them inline, but this is not a regression, was
before like that already.

See here for the spec:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition#filename_2

---------

Signed-off-by: Max Schmitt <max@schmitt.mx>
2024-03-18 21:26:45 +01:00
Pavel Feldman 41c312cd04
chore: fix ui mode to show screenshots (#26563) 2023-08-20 14:47:18 -07:00
Max Schmitt 75ed251c9e
fix: download of attachments in UI Mode (#26407)
Fixes https://github.com/microsoft/playwright/issues/26326.
2023-08-17 10:57:28 +02:00
Pavel Feldman 2501bbb715
test(ui-mode): make retries (#23136) 2023-05-18 11:28:28 -07:00
Pavel Feldman 59b9a39740
chore: add string attachments to trace (#22921) 2023-05-11 16:32:32 -07:00
Pavel Feldman 5e0574dc44
chore: list attachments in the trace (#22919)
Fixes https://github.com/microsoft/playwright/issues/22736
2023-05-09 17:53:01 -07:00