chore: follow up to exposing playwright config options (#289)

This commit is contained in:
Pavel Feldman 2025-04-29 08:53:03 -07:00 committed by GitHub
parent 4147e21a3a
commit 69703cc882
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 2 deletions

1
config.d.ts vendored
View file

@ -30,6 +30,7 @@ export type Config = {
/**
* Path to a user data directory for browser profile persistence.
* Temporary directory is created by default.
*/
userDataDir?: string;