Properties
Optional
config File
config File ?: string
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1826
forbid Only
forbid Only : boolean
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1831
fully Parallel
fully Parallel : boolean
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1836
global Setup
global Setup : string
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1841
global Teardown
global Teardown : string
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1846
global Timeout
global Timeout : number
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1851
grep
grep : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1856
grep Invert
grep Invert : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1861
max Failures
max Failures : number
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1866
metadata
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1871
preserve Output
preserve Output : "always" | "never" | "failures-only"
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1876
projects
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1814
quiet
quiet : boolean
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1881
report Slow Tests
report Slow Tests : { max : number ; threshold : number ; }
Type declaration
max : number
threshold : number
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1886
reporter
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1818
root Dir
root Dir : string
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1901
shard
shard : { current : number ; total : number ; }
Type declaration
current : number
total : number
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1906
update Snapshots
update Snapshots : "changed" | "none" | "all" | "missing"
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1921
update Source Method
update Source Method : "patch" | "overwrite" | "3way"
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1927
version
version : string
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1932
web Server
web Server : TestConfigWebServer
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1822
workers
workers : number
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:1937
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.