From c8d4d1646d61c24650ab45174582647b08eeec11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Thu, 19 Dec 2024 15:32:31 +0300 Subject: [PATCH] Add passive options to config types https://testplane.io/ru/docs/v8/config/browsers/#passive --- src/config/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/types.ts b/src/config/types.ts index 21d6e48d6..129d23d3a 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -309,6 +309,7 @@ export interface CommonConfig { system: SystemConfig; headless: "old" | "new" | boolean | null; isolation: boolean; + passive: boolean; lastFailed: { only: boolean;