Skip to content

Commit 9f7dc3c

Browse files
updated with playwright 1.60
1 parent fc285cf commit 9f7dc3c

3 files changed

Lines changed: 18 additions & 14 deletions

File tree

browserstack.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ parallelsPerPlatform: 1
3939
# BrowserStack Local (private/localhost apps)
4040
# ==========================================
4141
browserstackLocal: true
42+
# browsertstackLocalOptions:
43+
# proxyHost: 192.168.0.102
44+
# proxyPort: 8281
45+
4246

4347
# Framework must be playwright for Playwright + Cucumber
4448
framework: playwright
@@ -53,4 +57,4 @@ video: true
5357

5458
# Test Observability / Reporting & Analytics
5559
testObservability: true
56-
accessibility: true
60+
#accessibility: true

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "ISC",
2424
"devDependencies": {
2525
"@cucumber/cucumber": "^11.2.0",
26-
"@playwright/test": "^1.50.1",
26+
"@playwright/test": "1.60.0",
2727
"@types/node": "^22.13.4",
2828
"browserstack-node-sdk": "1.57.2",
2929
"dotenv": "^16.4.7",

0 commit comments

Comments
 (0)