From 44f9b10ff23a0d0f9bc95912f7bec496afaba1ec Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 8 Aug 2023 14:47:27 -0700 Subject: [PATCH] docs: clarify --config option (#26356) --- docs/src/test-sharding-js.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`