Properties dependencies dependencies : string []
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:763 grep grep : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:768 grep Invert grep Invert : RegExp | RegExp []
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:773 ignore Snapshots ignore Snapshots : boolean
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:778 metadata Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:783 name name : string
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:788 output Dir output Dir : string
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:793 repeat Each repeat Each : number
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:798 retries retries : number
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:803 snapshot Dir snapshot Dir : string
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:808 Optional teardown teardown ?: string
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:813 test Dir test Dir : string
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:818 test Ignore test Ignore : string | RegExp | ( string | RegExp ) []
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:823 test Match test Match : string | RegExp | ( string | RegExp ) []
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:828 timeout timeout : number
Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:833 use Defined in node_modules/.pnpm/playwright@1.59.1/node_modules/playwright/types/test.d.ts:759
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.