Properties
Optional config File
config File ?: string
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1946
forbid Only
forbid Only : boolean
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1951
fully Parallel
fully Parallel : boolean
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1956
global Setup
global Setup : string
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1961
global Teardown
global Teardown : string
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1966
global Timeout
global Timeout : number
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1971
grep
grep : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1976
grep Invert
grep Invert : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1981
max Failures
max Failures : number
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1986
metadata
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1991
preserve Output
preserve Output : "always" | "never" | "failures-only"
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1996
projects
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1934
quiet
quiet : boolean
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:2001
report Slow Tests
report Slow Tests : { max : number ; threshold : number ; }
Type declaration
max : number
threshold : number
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:2006
reporter
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1938
root Dir
root Dir : string
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:2021
shard
shard : { current : number ; total : number ; }
Type declaration
current : number
total : number
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:2026
update Snapshots
update Snapshots : "all" | "none" | "changed" | "missing"
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:2041
update Source Method
update Source Method : "patch" | "overwrite" | "3way"
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:2047
version
version : string
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:2052
web Server
web Server : TestConfigWebServer
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:1942
workers
workers : number
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:2057
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.