chore: save session log (#740)

This commit is contained in:
Pavel Feldman 2025-07-22 20:06:03 -07:00 committed by GitHub
parent 6320b08173
commit b1a0f775cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 141 additions and 15 deletions

5
config.d.ts vendored
View file

@ -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.
*/