feat(trace): allow saving trajectory as trace (#426)
This commit is contained in:
5
config.d.ts
vendored
5
config.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user