diff --git a/README.md b/README.md index db2c2f8..9a659c5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ BrowserStack Playwright tests in beta supports the following browsers across the ### Playwright versions supported Currently, we are supporting 2 Playwright versions. -Playwright version can be specified using a capability for e.g.: `'browserstack.playwrightVersion': '1.12.3'`. If you do not specify a value for this capability then your tests would run on the latest version that is supported on the BrowserStack platform. +Playwright version can be specified using a capability for e.g.: `'browserstack.playwrightVersion': '1.14.1'`. If you do not specify a value for this capability then your tests would run on the latest version that is supported on the BrowserStack platform. We recommend you to pass the capability value as `'browserstack.playwrightVersion': '1.latest'` or `1.latest-1` to signify the 2 latest versions within the major version `1`. If you pass this capability, then you can be rest assured that whichever are the latest versions on BrowserStack, your tests would run on that without you needing to change your test code often. diff --git a/codeceptjs-example/package.json b/codeceptjs-example/package.json index e26c79a..99c3d54 100644 --- a/codeceptjs-example/package.json +++ b/codeceptjs-example/package.json @@ -15,6 +15,6 @@ "@codeceptjs/examples": "^1.2.1", "@codeceptjs/ui": "^0.4.3", "codeceptjs": "^3.0.6", - "playwright": "~1.13.1" + "playwright": "~1.14.1" } } diff --git a/package.json b/package.json index 02abba9..3b3c1a9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "devDependencies": { "browserstack-local": "^1.4.8", "global-agent": "^3.0.0", - "playwright": "~1.13.1" + "playwright": "~1.14.1" }, "engines": { "node": ">=12.7.0" diff --git a/playwright-jest/package.json b/playwright-jest/package.json index 3895cbe..570a2e0 100644 --- a/playwright-jest/package.json +++ b/playwright-jest/package.json @@ -11,6 +11,6 @@ "devDependencies": { "jest": "^27.0.3", "jest-playwright-preset": "^1.6.0", - "playwright": "~1.13.1" + "playwright": "~1.14.1" } } diff --git a/playwright-test/package.json b/playwright-test/package.json index 8115064..3cb0784 100644 --- a/playwright-test/package.json +++ b/playwright-test/package.json @@ -11,8 +11,8 @@ "test:local": "BROWSERSTACK_LOCAL=true npx playwright test --config=./playwright-local.config.js" }, "devDependencies": { - "playwright": "~1.13.1", - "@playwright/test": "~1.13.1", + "playwright": "~1.14.1", + "@playwright/test": "~1.14.1", "browserstack-local": "^1.4.8" } }