Update test.d.ts
Signed-off-by: Alex Schwartz <alexschwartz01@gmail.com>
This commit is contained in:
parent
d9da8c2cc0
commit
a768716cb9
4
packages/playwright/types/test.d.ts
vendored
4
packages/playwright/types/test.d.ts
vendored
|
|
@ -1422,6 +1422,8 @@ interface TestConfig<TestArgs = {}, WorkerArgs = {}> {
|
||||||
*/
|
*/
|
||||||
quiet?: boolean;
|
quiet?: boolean;
|
||||||
|
|
||||||
|
recreateWorkerAfterFailure?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The number of times to repeat each test, useful for debugging flaky tests.
|
* The number of times to repeat each test, useful for debugging flaky tests.
|
||||||
*
|
*
|
||||||
|
|
@ -1525,8 +1527,6 @@ interface TestConfig<TestArgs = {}, WorkerArgs = {}> {
|
||||||
total: number;
|
total: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
recreateWorkerAfterFailure?: boolean;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* **NOTE** Use
|
* **NOTE** Use
|
||||||
* [testConfig.snapshotPathTemplate](https://playwright.dev/docs/api/class-testconfig#test-config-snapshot-path-template)
|
* [testConfig.snapshotPathTemplate](https://playwright.dev/docs/api/class-testconfig#test-config-snapshot-path-template)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue