diff --git a/packages/playwright/src/worker/testInfo.ts b/packages/playwright/src/worker/testInfo.ts index 28b6eb77bd..b62d17558f 100644 --- a/packages/playwright/src/worker/testInfo.ts +++ b/packages/playwright/src/worker/testInfo.ts @@ -70,6 +70,7 @@ export class TestInfoImpl implements TestInfo { readonly _tracing: TestTracing; readonly _floatingPromiseScope: FloatingPromiseScope = new FloatingPromiseScope(); + _wasInterrupted = false; _lastStepId = 0; private readonly _requireFile: string;