argv
argv : string []
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2053
Optionalconfig File
configFile ?: string
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2058
fail On Flaky Tests
failOnFlakyTests : boolean
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2064
forbid Only
forbidOnly : boolean
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2069
fully Parallel
fullyParallel : boolean
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2074
global Setup
globalSetup : string | null
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2079
global Teardown
globalTeardown : string | null
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2084
global Timeout
globalTimeout : number
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2089
grep
grep : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2094
grep Invert
grepInvert : RegExp | RegExp [] | null
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2099
max Failures
maxFailures : number
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2104
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2109
preserve Output
preserveOutput : "always" | "never" | "failures-only"
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2114
projects
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2038
quiet
quiet : boolean
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2119
reporter
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2042
report Slow Tests
reportSlowTests : { max : number ; threshold : number } | null
Type Declaration
{ max : number ; threshold : number }
max : number
threshold : number
null
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2124
root Dir
rootDir : string
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2139
shard
shard : { current : number ; total : number } | null
Type Declaration
{ current : number ; total : number }
current : number
total : number
null
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2144
tags : string []
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2159
update Snapshots
updateSnapshots : "none" | "all" | "missing" | "changed"
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2164
update Source Method
updateSourceMethod : "overwrite" | "3way" | "patch"
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2170
version
version : string
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2175
web Server
webServer : TestConfigWebServer | null
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2046
workers
workers : number
Defined in node_modules/.pnpm/playwright@1.62.1/node_modules/playwright/types/test.d.ts:2180
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.