chore: run npm run build, lint, and doc
This commit is contained in:
parent
18559c1fcb
commit
d1fa257ada
2
packages/playwright/types/test.d.ts
vendored
2
packages/playwright/types/test.d.ts
vendored
|
|
@ -5586,7 +5586,7 @@ export interface PlaywrightWorkerOptions {
|
|||
* - `'retain-on-failure'`: Record trace for each test, but remove all traces from successful test runs.
|
||||
* - `'on-first-retry'`: Record trace only when retrying a test for the first time.
|
||||
* - `'on-all-retries'`: Record traces only when retrying for all retries.
|
||||
* - `'on-first-failure'`: Record traces only when the test fails for the first time.
|
||||
* - `'retain-on-first-failure'`: Record traces only when the test fails for the first time.
|
||||
*
|
||||
* For more control, pass an object that specifies `mode` and trace features to enable.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue