From a768716cb9b21fb43dec40ee275ca18bb3dfcac1 Mon Sep 17 00:00:00 2001 From: Alex Schwartz Date: Sat, 22 Feb 2025 08:31:40 -0500 Subject: [PATCH] Update test.d.ts Signed-off-by: Alex Schwartz --- packages/playwright/types/test.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/playwright/types/test.d.ts b/packages/playwright/types/test.d.ts index c4b4f57069..da82c0828d 100644 --- a/packages/playwright/types/test.d.ts +++ b/packages/playwright/types/test.d.ts @@ -1422,6 +1422,8 @@ interface TestConfig { */ quiet?: boolean; + recreateWorkerAfterFailure?: boolean; + /** * The number of times to repeat each test, useful for debugging flaky tests. * @@ -1525,8 +1527,6 @@ interface TestConfig { total: number; }; - recreateWorkerAfterFailure?: boolean; - /** * **NOTE** Use * [testConfig.snapshotPathTemplate](https://playwright.dev/docs/api/class-testconfig#test-config-snapshot-path-template)