From c2bfa7d7f16566a1fbc15690ace8f0c85788e12a Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 22 May 2024 11:39:35 +0200 Subject: [PATCH] chore: bump minimum Playwright extension --- README.md | 4 ++-- src/extension.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e13d520a..9df0c8ebf 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ This extension integrates Playwright into your VS Code workflow. Here is what it ### Requirements -This extension works with [Playwright] version v1.19+ or newer. +This extension works with [Playwright] version v1.38+ or newer. -*If you are looking for the old extension that supported Playwright v1.14+, switch to v0.0.9 of this extension manually. Having said that, we highly recommend using the latest version of [Playwright]!* +*If you are looking for the old extension that supported Playwright v1.14+, switch to e.g. v1.0.22 or v0.0.9 of this extension manually. Having said that, we highly recommend using the latest version of [Playwright]!* ## Install Playwright diff --git a/src/extension.ts b/src/extension.ts index ea68a5068..84bc621d2 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -284,7 +284,7 @@ export class Extension implements RunHooks { continue; } - const minimumPlaywrightVersion = 1.28; + const minimumPlaywrightVersion = 1.38; if (playwrightInfo.version < minimumPlaywrightVersion) { if (userGesture) { this._vscode.window.showWarningMessage(