Properties
dependencies
dependencies : string []
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:755
grep
grep : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:760
grep Invert
grep Invert : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:765
metadata
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:770
name
name : string
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:775
output Dir
output Dir : string
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:780
repeat Each
repeat Each : number
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:785
retries
retries : number
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:790
snapshot Dir
snapshot Dir : string
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:795
Optional teardown
teardown ?: string
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:800
test Dir
test Dir : string
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:805
test Ignore
test Ignore : string | RegExp | ( string | RegExp ) []
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:810
test Match
test Match : string | RegExp | ( string | RegExp ) []
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:815
timeout
timeout : number
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:820
use
Defined in node_modules/.pnpm/playwright@1.56.1/node_modules/playwright/types/test.d.ts:751
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.