Skip to content

Commit 871599c

Browse files
chore: pin playwright to 1.58.1 for BrowserStack compatibility
playwright 1.59.x is newer than the version currently supported by BrowserStack's browserstack-node-sdk codeceptjs integration; sessions launched but never received WebDriver commands, leading to 120s per-session timeouts. Pinning to 1.58.1 (the latest BrowserStack-supported release) restores end-to-end execution. Verified with two clean runs against the patched lockfile: - sample-test: 3 passed in 24s (build 0f982a520e2e9e3bb340f44e211cea81f57e796e) - sample-local-test: 3 passed in 18s (build ee92272577f3ec111596e0dccc67ee1df3118cfc) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 98095b9 commit 871599c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package-lock.json

Lines changed: 8 additions & 8 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
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"browserstack-node-sdk": "^1.22.0",
2424
"codeceptjs": "^3.2.3",
25-
"playwright": "^1.41.2"
25+
"playwright": "1.58.1"
2626
},
2727
"dependencies": {
2828
"browserstack-local": "^1.5.2",

0 commit comments

Comments
 (0)