playwright/packages/html-reporter
Yury Semikhatsky 8f53bf7b41
feat: sharded html report (#20700)
This implementation is based on the [original
PR](https://github.com/microsoft/playwright/pull/19691) by @kevin940726.
It makes the reporter produce single file when there is no sharding and
multiple out-of-line report-x-of-y.zip reports which are automatically
merged together when put in one folder.

References https://github.com/microsoft/playwright/issues/10437

Co-authored-by: Kai Hao <kevin830726@gmail.com>
2023-02-07 10:21:26 -08:00
..
playwright chore: move playwright gallery into a subfolder (#13695) 2022-04-21 21:07:43 -07:00
src feat: sharded html report (#20700) 2023-02-07 10:21:26 -08:00
.gitignore clean: speed up ct (#13915) 2022-05-03 21:25:50 -07:00
bundle.js chore: fix build/watch script for bundles and vite-powered packages (#20055) 2023-01-11 18:36:04 -08:00
index.html chore: migrate html reporter to vite (#13116) 2022-03-28 18:21:19 -07:00
package.json chore: use plugin story for components (#13717) 2022-04-25 10:40:58 -07:00
playwright.config.ts chore: do not use docker for "Web Components" tests (#20339) 2023-01-24 14:00:10 -08:00
tsconfig.json chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
tsconfig.node.json chore: migrate html reporter to vite (#13116) 2022-03-28 18:21:19 -07:00
vite.config.ts chore: fix build/watch script for bundles and vite-powered packages (#20055) 2023-01-11 18:36:04 -08:00