feat(trace): allow saving trajectory as trace (#426)

This commit is contained in:
Pavel Feldman 2025-05-14 18:08:44 -07:00 committed by GitHub
parent fea50e6840
commit aa6ac51f92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 140 additions and 40 deletions

5
config.d.ts vendored
View file

@ -94,6 +94,11 @@ export type Config = {
*/
vision?: boolean;
/**
* Whether to save the Playwright trace of the session into the output directory.
*/
saveTrace?: boolean;
/**
* The directory to save output files.
*/