diff --git a/README.md b/README.md index 4e13d520a..9c97c6747 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,8 @@ 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]!* ## 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(