Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion codeceptjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion playwright-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"jest": "^27.0.3",
"jest-playwright-preset": "^1.6.0",
"playwright": "~1.13.1"
"playwright": "~1.14.1"
}
}
4 changes: 2 additions & 2 deletions playwright-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}