diff --git a/docs/src/test-sharding-js.md b/docs/src/test-sharding-js.md index 782db67400..66081d0673 100644 --- a/docs/src/test-sharding-js.md +++ b/docs/src/test-sharding-js.md @@ -157,7 +157,9 @@ Supported options: - `--config path/to/config/file` - Takes reporters from Playwright configuration file. + Specifies the Playwright configuration file with output reporters. Use this option to pass + additional configuration to the output reporter. This configuration file can differ from + the one used during the creation of blob reports. Example: `npx playwright merge-reports --config=merge.config.ts ./blob-reports`