Currently there is no way to combine test results into one [html report,](https://playwright.dev/docs/test-reporters#html-reporter) while using [sharding](https://playwright.dev/docs/test-parallel#shard-tests-between-multiple-machines) on multiple machines. (v1.17.0-rc1) I end up with multiple reports which makes it harder for sharing with others in case of failures. It would be nice to be able to combine multiple executions into 1 report. I believe anyone who wants to scale tests horizontally might benefit from such feature