chore: save session log (#740)
This commit is contained in:
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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user