Skip to content

Commit 46c7bfd

Browse files
committed
push
1 parent 71d7bdf commit 46c7bfd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ module.exports = {
284284
async getChromeForTestingInfo() {
285285
const platform = os.platform();
286286
// 使用一个更稳定的版本,确保支持扩展加载
287-
const version = process.env.CHROME_FOR_TESTING_VERSION || '120.0.6099.109';
287+
const version = process.env.CHROME_FOR_TESTING_VERSION || '136.0.7103.49';
288288

289289
const platformMap = {
290290
'win32': 'win32',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gracefnr/synpress",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"packageManager": "pnpm@9.1.3",
55
"description": "Synpress is e2e testing framework based around Cypress.io & playwright with included MetaMask support. Test your dapps with ease.",
66
"keywords": [

0 commit comments

Comments
 (0)