chore: roll 1.57.0-alpha-2025-10-09 (#1123)

This commit is contained in:
Yury Semikhatsky
2025-10-09 13:32:16 -07:00
committed by GitHub
parent 7ee5c87a4b
commit e17bf17dff
4 changed files with 30 additions and 25 deletions

5
config.d.ts vendored
View File

@@ -149,6 +149,11 @@ export type Config = {
blockedOrigins?: string[];
};
/**
* Specify the attribute to use for test ids, defaults to "data-testid".
*/
testIdAttribute?: string;
timeouts?: {
/*
* Configures default action timeout: https://playwright.dev/docs/api/class-page#page-set-default-timeout. Defaults to 5000ms.