Skip to content

Commit

Permalink
fix: override playwright core version (#1679)
Browse files Browse the repository at this point in the history
Playwright-core is breaking all chrome testing after the `1.49.0`
release so override the resolved version to `1.48.0`.

This can be reverted after hugomrdias/playwright-test#685
is merged.
  • Loading branch information
achingbrain authored Nov 19, 2024
1 parent 98f2e67 commit bf5a947
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,8 @@
"fs": false,
"./utils/fixtures.js": "./utils/fixtures.browser.js",
"./utils/resolve.js": "./utils/resolve.browser.js"
},
"overrides": {
"playwright-core": "1.48.0"
}
}

0 comments on commit bf5a947

Please sign in to comment.