Update test.d.ts

Signed-off-by: Alex Schwartz <alexschwartz01@gmail.com>
This commit is contained in:
Alex Schwartz 2025-02-22 08:31:40 -05:00 committed by GitHub
parent d9da8c2cc0
commit a768716cb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1422,6 +1422,8 @@ interface TestConfig<TestArgs = {}, WorkerArgs = {}> {
*/
quiet?: boolean;
recreateWorkerAfterFailure?: boolean;
/**
* The number of times to repeat each test, useful for debugging flaky tests.
*
@ -1525,8 +1527,6 @@ interface TestConfig<TestArgs = {}, WorkerArgs = {}> {
total: number;
};
recreateWorkerAfterFailure?: boolean;
/**
* **NOTE** Use
* [testConfig.snapshotPathTemplate](https://playwright.dev/docs/api/class-testconfig#test-config-snapshot-path-template)