Properties
dependencies
dependencies : string []
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:695
grep
grep : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:700
grep Invert
grep Invert : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:705
metadata
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:710
name
name : string
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:715
output Dir
output Dir : string
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:720
repeat Each
repeat Each : number
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:725
retries
retries : number
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:730
snapshot Dir
snapshot Dir : string
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:735
Optional
teardown
teardown ?: string
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:740
test Dir
test Dir : string
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:745
test Ignore
test Ignore : string | RegExp | ( string | RegExp ) []
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:750
test Match
test Match : string | RegExp | ( string | RegExp ) []
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:755
timeout
timeout : number
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:760
use
Defined in node_modules/.pnpm/playwright@1.50.1/node_modules/playwright/types/test.d.ts:691
Runtime representation of the test project configuration. It is accessible in the tests via testInfo.project and workerInfo.project and is passed to the test reporters. To see the format of the project in the Playwright configuration file please see TestProject instead.