chore: save session log (#740)
This commit is contained in:
parent
6320b08173
commit
b1a0f775cf
9 changed files with 141 additions and 15 deletions
5
config.d.ts
vendored
5
config.d.ts
vendored
|
|
@ -85,6 +85,11 @@ export type Config = {
|
|||
*/
|
||||
capabilities?: ToolCapability[];
|
||||
|
||||
/**
|
||||
* Whether to save the Playwright session into the output directory.
|
||||
*/
|
||||
saveSession?: boolean;
|
||||
|
||||
/**
|
||||
* Whether to save the Playwright trace of the session into the output directory.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue