REPRO STEPS:
npx playwright installnpx playwright test --shard=1/2- Move
reports/blobs/report-1.zipto a temporary directory, so it isn't deleted by the next test run. npx playwright test --shard=2/2- Move
report-1.zipback into thereports/blobsdirectory. npx playwright merge-reports --config merge.config.ts ./reports/blobs- Observe the
timeundertestsuitesin the merged junit reportreports/merged/report.xml
Expected Result: time="3.729" The approximate total test time (with some floating point error)
Actual Result: time="0.025825..." Reported time is much lower than expected. Possibly the time the reports took to merge.