Properties Optional config File config File ?: string
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2013 forbid Only forbid Only : boolean
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2018 fully Parallel fully Parallel : boolean
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2023 global Setup global Setup : string
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2028 global Teardown global Teardown : string
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2033 global Timeout global Timeout : number
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2038 grep grep : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2043 grep Invert grep Invert : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2048 max Failures max Failures : number
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2053 metadata Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2058 preserve Output preserve Output : "always" | "never" | "failures-only"
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2063 projects Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2001 quiet quiet : boolean
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2068 report Slow Tests report Slow Tests : { max : number ; threshold : number ; }
Type declaration max : number threshold : number Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2073 reporter Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2005 root Dir root Dir : string
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2088 shard shard : { current : number ; total : number ; }
Type declaration current : number total : number Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2093 tags tags : string []
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2108 update Snapshots update Snapshots : "all" | "none" | "changed" | "missing"
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2113 update Source Method update Source Method : "patch" | "overwrite" | "3way"
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2119 version version : string
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2124 web Server web Server : TestConfigWebServer
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2009 workers workers : number
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:2129
Resolved configuration which is accessible via testInfo.config and is passed to the test reporters. To see the format of Playwright configuration file, please see TestConfig instead.