playwright/packages/playwright-test/src
Yury Semikhatsky 77d322028c
feat(blob): zip .jsonl report files (#23720)
For linux tests without tracing blob-report-1.zip takes 19M, while
unpacked size is 228 MB. That size is counted for GitHub artifact
billing:

<img width="434" alt="image"
src="https://github.com/microsoft/playwright/assets/9798949/5bc32511-6686-4581-a348-acb6a54cd99b">

We zip individual .jsonl reports so that they still have unique names
and can be easily uploaded into the same artifacts directory without
name collisions.
2023-06-14 17:10:39 -07:00
..
common chore: enable no-floating-promises on playwright-test (#23484) 2023-06-05 17:45:56 +02:00
isomorphic chore: run html reporter tests with merged report (#23626) 2023-06-09 15:41:15 -07:00
loader chore: support esm loader on Node 20 (#23269) 2023-05-24 20:17:44 -07:00
matchers feat: add maskColor option to the toHaveScreenshot method (#23555) 2023-06-06 17:15:55 -07:00
plugins chore: allow marking scripts as external for transform (#23449) 2023-06-01 20:28:49 -07:00
reporters feat(blob): zip .jsonl report files (#23720) 2023-06-14 17:10:39 -07:00
runner chore: run html reporter tests with merged report (#23626) 2023-06-09 15:41:15 -07:00
third_party feat(test runner): support tsconfig.extends array (#22975) 2023-05-11 19:18:13 -07:00
transform chore: allow marking scripts as external for transform (#23449) 2023-06-01 20:28:49 -07:00
worker chore: miscellaneous trace viewer fixes (#23695) 2023-06-14 09:37:19 -07:00
cli.ts chore: print listening on message in terminal for web trace modes (#23546) 2023-06-06 09:36:49 -07:00
DEPS.list chore: support esm loader on Node 20 (#23269) 2023-05-24 20:17:44 -07:00
index.ts chore: enable no-floating-promises on playwright-test (#23484) 2023-06-05 17:45:56 +02:00
internalsForTest.ts chore: move transform to its own folder (for loader worker) (#23247) 2023-05-23 21:05:33 -07:00
store.ts chore: inside out the config & project internal (#22260) 2023-04-07 09:54:01 -07:00
util.ts fix(typescript): allow directory imports (#23254) 2023-06-05 08:58:25 -07:00
utilsBundle.ts chore: make trace viewer work over http (#23531) 2023-06-05 16:30:30 -07:00