chore: allow specifying output dir (#285)
Ref: https://github.com/microsoft/playwright-mcp/issues/279
This commit is contained in:
parent
6e76d5e550
commit
697a69a8c2
6 changed files with 52 additions and 11 deletions
5
config.d.ts
vendored
5
config.d.ts
vendored
|
|
@ -80,4 +80,9 @@ export type Config = {
|
|||
* Run server that uses screenshots (Aria snapshots are used by default).
|
||||
*/
|
||||
vision?: boolean;
|
||||
|
||||
/**
|
||||
* The directory to save output files.
|
||||
*/
|
||||
outputDir?: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue