Properties
dependencies
dependencies : string []
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:645
grep
grep : RegExp | RegExp []
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:650
grep Invert
grep Invert : RegExp | RegExp []
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:655
metadata
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:660
name
name : string
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:665
output Dir
output Dir : string
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:670
repeat Each
repeat Each : number
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:675
retries
retries : number
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:680
snapshot Dir
snapshot Dir : string
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:685
Optional
teardown
teardown ?: string
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:690
test Dir
test Dir : string
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:695
test Ignore
test Ignore : string | RegExp | ( string | RegExp ) []
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:700
test Match
test Match : string | RegExp | ( string | RegExp ) []
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:705
timeout
timeout : number
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:710
use
Defined in packages/@biorate/playwright/node_modules/playwright/types/test.d.ts:641
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.