mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: clarify --config option (#26356)
This commit is contained in:
parent
bc2c7946bb
commit
44f9b10ff2
@ -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`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user