docs: clarify --config option (#26356)

This commit is contained in:
Yury Semikhatsky 2023-08-08 14:47:27 -07:00 committed by GitHub
parent bc2c7946bb
commit 44f9b10ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,9 @@ Supported options:
- `--config path/to/config/file` - `--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` Example: `npx playwright merge-reports --config=merge.config.ts ./blob-reports`