Skip to content

Commit fd0c03f

Browse files
authored
Merge pull request #10 from sourav-kundu/main
Change default version to 1.14.1 in package.json
2 parents 761b35b + e3537b9 commit fd0c03f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ BrowserStack Playwright tests in beta supports the following browsers across the
7272
### Playwright versions supported
7373

7474
Currently, we are supporting 2 Playwright versions.
75-
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.
75+
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.
7676

7777
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.
7878

codeceptjs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@codeceptjs/examples": "^1.2.1",
1616
"@codeceptjs/ui": "^0.4.3",
1717
"codeceptjs": "^3.0.6",
18-
"playwright": "~1.13.1"
18+
"playwright": "~1.14.1"
1919
}
2020
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"devDependencies": {
33
"browserstack-local": "^1.4.8",
44
"global-agent": "^3.0.0",
5-
"playwright": "~1.13.1"
5+
"playwright": "~1.14.1"
66
},
77
"engines": {
88
"node": ">=12.7.0"

playwright-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"devDependencies": {
1212
"jest": "^27.0.3",
1313
"jest-playwright-preset": "^1.6.0",
14-
"playwright": "~1.13.1"
14+
"playwright": "~1.14.1"
1515
}
1616
}

playwright-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test:local": "BROWSERSTACK_LOCAL=true npx playwright test --config=./playwright-local.config.js"
1212
},
1313
"devDependencies": {
14-
"playwright": "~1.13.1",
15-
"@playwright/test": "~1.13.1",
14+
"playwright": "~1.14.1",
15+
"@playwright/test": "~1.14.1",
1616
"browserstack-local": "^1.4.8"
1717
}
1818
}

0 commit comments

Comments
 (0)