playwright/packages/playwright-test/src/reporters
Yury Semikhatsky 24478be565
feat: preserve attachments in blob reports (#22605)
Attachments with `path` are stored as `resources/sha1.ext` zip entries
and extracted under `report-dir/tmp` when merging. This way normal
fs.readFile keeps working as before even thought the file path is
different. The clients should rely on `attachment.name` instead of
`attachment.path` when deriving user visible titles in the UI. If this
turns out not to be the case we can reconsider later.

#10437
2023-04-24 17:34:09 -07:00
..
.eslintrc.json chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
base.ts chore: remove FullProjectInternal.from (#22280) 2023-04-07 19:12:20 -07:00
blob.ts feat: preserve attachments in blob reports (#22605) 2023-04-24 17:34:09 -07:00
DEPS.list feat: blob reporter (#22244) 2023-04-07 13:47:52 -07:00
dot.ts feat(test runner): show the number of fatal errors at the end (#15975) 2022-07-28 14:46:21 -07:00
empty.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
github.ts chore: bundle pwt deps (#13622) 2022-04-18 21:47:18 -07:00
html.ts feat(html-report): add attachmentsBaseURL option (#22212) 2023-04-18 11:25:11 -07:00
json.ts chore: remove FullProjectInternal.from (#22280) 2023-04-07 19:12:20 -07:00
junit.ts fix(junit): use the JUnit schema's specified ISO format for timestamp (#21062) 2023-02-27 11:04:22 +01:00
line.ts feat(test runner): separate interrupted status from skipped (#16124) 2022-08-02 12:55:43 -07:00
list.ts chore(ui): do not print global setup epilogue (#21976) 2023-03-24 20:56:45 -07:00
multiplexer.ts chore: inside out the config & project internal (#22260) 2023-04-07 09:54:01 -07:00
raw.ts chore: inside out the config & project internal (#22260) 2023-04-07 09:54:01 -07:00
teleEmitter.ts feat: preserve attachments in blob reports (#22605) 2023-04-24 17:34:09 -07:00