We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d7bdf commit 46c7bfdCopy full SHA for 46c7bfd
2 files changed
helpers.js
@@ -284,7 +284,7 @@ module.exports = {
284
async getChromeForTestingInfo() {
285
const platform = os.platform();
286
// 使用一个更稳定的版本,确保支持扩展加载
287
- const version = process.env.CHROME_FOR_TESTING_VERSION || '120.0.6099.109';
+ const version = process.env.CHROME_FOR_TESTING_VERSION || '136.0.7103.49';
288
289
const platformMap = {
290
'win32': 'win32',
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gracefnr/synpress",
3
- "version": "1.0.9",
+ "version": "1.0.10",
4
"packageManager": "pnpm@9.1.3",
5
"description": "Synpress is e2e testing framework based around Cypress.io & playwright with included MetaMask support. Test your dapps with ease.",
6
"keywords": [
0 commit comments